LLDB
mainline
|
#include "DWARFUnit.h"
#include "lldb/Core/Module.h"
#include "lldb/Symbol/ObjectFile.h"
#include "lldb/Utility/LLDBAssert.h"
#include "lldb/Utility/StreamString.h"
#include "lldb/Utility/Timer.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"
#include "llvm/Object/Error.h"
#include "DWARFCompileUnit.h"
#include "DWARFDebugAranges.h"
#include "DWARFDebugInfo.h"
#include "DWARFTypeUnit.h"
#include "LogChannelDWARF.h"
#include "SymbolFileDWARFDwo.h"
Go to the source code of this file.
Functions | |
template<typename ListTableType > | |
static llvm::Expected< ListTableType > | ParseListTableHeader (const llvm::DWARFDataExtractor &data, uint64_t offset, DwarfFormat format) |
static bool | CompareDIEOffset (const DWARFDebugInfoEntry &die, const dw_offset_t die_offset) |
static llvm::StringRef | removeHostnameFromPathname (llvm::StringRef path_from_dwarf) |
Variables | |
int | g_verbose |
|
static |
Definition at line 598 of file DWARFUnit.cpp.
References DWARFDebugInfoEntry::GetOffset().
Referenced by DWARFUnit::GetDIE().
|
static |
Definition at line 437 of file DWARFUnit.cpp.
|
static |
Definition at line 764 of file DWARFUnit.cpp.
Referenced by DWARFUnit::ComputeCompDirAndGuessPathStyle().
int g_verbose |