Home
last modified time | relevance | path

Searched refs:SymbolFileDWARFDebugMap (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp46 const SymbolFileDWARFDebugMap::FileRangeMap &
48 SymbolFileDWARFDebugMap *exe_symfile) { in GetFileRangeMap()
226 void SymbolFileDWARFDebugMap::Initialize() { in Initialize()
231 void SymbolFileDWARFDebugMap::Terminate() { in Terminate()
248 SymbolFileDWARFDebugMap::SymbolFileDWARFDebugMap(ObjectFile *ofile) in SymbolFileDWARFDebugMap() function in SymbolFileDWARFDebugMap
253 SymbolFileDWARFDebugMap::~SymbolFileDWARFDebugMap() {} in ~SymbolFileDWARFDebugMap()
257 void SymbolFileDWARFDebugMap::InitOSO() { in InitOSO()
602 SymbolFileDWARFDebugMap::CompileUnitInfo *
607 SymbolFileDWARFDebugMap::CompileUnitInfo *
931 SymbolFileDWARFDebugMap::CompileUnitInfo *
[all …]
H A DSymbolFileDWARFDebugMap.h27 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFile {
46 SymbolFileDWARFDebugMap(lldb_private::ObjectFile *ofile);
47 ~SymbolFileDWARFDebugMap() override;
184 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
H A DSymbolFileDWARF.h56 class SymbolFileDWARFDebugMap; variable
65 friend class SymbolFileDWARFDebugMap;
409 SymbolFileDWARFDebugMap *GetDebugMapSymfile();
457 SymbolFileDWARFDebugMap *m_debug_map_symfile;
H A DDIERef.cpp19 SymbolFileDWARFDebugMap *debug_map = dwarf->GetDebugMapSymfile(); in DIERef()
H A DSymbolFileDWARF.cpp265 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetTypeList()
430 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap()
438 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetTypeSystemForLanguage()
905 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()
1097 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseLineTable()
1327 SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile(); in GetDWARFForUID()
3482 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseVariableDIE()
3859 SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() { in GetDebugMapSymfile()
3866 (SymbolFileDWARFDebugMap *)sym_vendor->GetSymbolFile(); in GetDebugMapSymfile()
H A DDWARFASTParserClang.cpp687 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF()
745 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF()
1039 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF()
1384 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF()
1388 SymbolFileDWARFDebugMap::GetOSOIndexFromUserID( in ParseTypeFromDWARF()
H A DDWARFUnit.cpp517 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSystemInitializerFull.cpp399 SymbolFileDWARFDebugMap::Initialize(); in Initialize()
550 SymbolFileDWARFDebugMap::Terminate(); in Terminate()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile475 SRCS+= Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp