Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp42 char SymbolFileDWARFDebugMap::ID;
48 const SymbolFileDWARFDebugMap::FileRangeMap &
50 SymbolFileDWARFDebugMap *exe_symfile) { in GetFileRangeMap()
227 void SymbolFileDWARFDebugMap::Terminate() { in Terminate()
239 SymbolFileDWARFDebugMap::SymbolFileDWARFDebugMap(ObjectFileSP objfile_sp) in SymbolFileDWARFDebugMap() function in SymbolFileDWARFDebugMap
244 SymbolFileDWARFDebugMap::~SymbolFileDWARFDebugMap() = default;
248 void SymbolFileDWARFDebugMap::InitOSO() { in InitOSO()
591 SymbolFileDWARFDebugMap::CompileUnitInfo *
596 SymbolFileDWARFDebugMap::CompileUnitInfo *
1170 void SymbolFileDWARFDebugMap::FindTypes( in FindTypes()
[all …]
H A DSymbolFileDWARFDebugMap.h25 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFileCommon {
51 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);
52 ~SymbolFileDWARFDebugMap() override;
186 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
H A DSymbolFileDWARF.h54 class SymbolFileDWARFDebugMap; variable
74 friend class SymbolFileDWARFDebugMap; variable
446 SymbolFileDWARFDebugMap *GetDebugMapSymfile();
522 SymbolFileDWARFDebugMap *m_debug_map_symfile;
H A DCMakeLists.txt41 SymbolFileDWARFDebugMap.cpp
H A DDWARFCompileUnit.cpp61 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable()
H A DSymbolFileDWARF.cpp245 SymbolFileDWARFDebugMap::Initialize(); in Initialize()
260 SymbolFileDWARFDebugMap::Terminate(); in Terminate()
276 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList()
428 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap()
437 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage()
866 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()
873 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()
1393 if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile()) { in DecodeUID()
3349 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseVariableDIE()
3998 SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() { in GetDebugMapSymfile()
[all …]
H A DDWARFASTParserClang.cpp775 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()
1591 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE()
1649 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn73 "SymbolFileDWARFDebugMap.cpp",