Searched refs:SymbolFileDWARFDebugMap (Results 1 – 7 of 7) sorted by relevance
48 char SymbolFileDWARFDebugMap::ID;54 const SymbolFileDWARFDebugMap::FileRangeMap &56 SymbolFileDWARFDebugMap *exe_symfile) { in GetFileRangeMap()232 void SymbolFileDWARFDebugMap::Initialize() { in Initialize()237 void SymbolFileDWARFDebugMap::Terminate() { in Terminate()249 SymbolFileDWARFDebugMap::SymbolFileDWARFDebugMap(ObjectFileSP objfile_sp) in SymbolFileDWARFDebugMap() function in SymbolFileDWARFDebugMap254 SymbolFileDWARFDebugMap::~SymbolFileDWARFDebugMap() = default;258 void SymbolFileDWARFDebugMap::InitOSO() { in InitOSO()635 SymbolFileDWARFDebugMap::CompileUnitInfo *640 SymbolFileDWARFDebugMap::CompileUnitInfo *[all …]
33 class SymbolFileDWARFDebugMap : public SymbolFileCommon {58 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);59 ~SymbolFileDWARFDebugMap() override;184 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
61 class SymbolFileDWARFDebugMap; variable80 friend class SymbolFileDWARFDebugMap; variable349 SymbolFileDWARFDebugMap *GetDebugMapSymfile();502 SymbolFileDWARFDebugMap *m_debug_map_symfile;
60 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable()
306 SymbolFileDWARFDebugMap::Initialize(); in Initialize()320 SymbolFileDWARFDebugMap::Terminate(); in Terminate()336 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList()485 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap()494 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage()969 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()976 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()1745 if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile()) { in GetDIE()3449 SymbolFileDWARFDebugMap &debug_map_symfile, llvm::StringRef name, in fixupExternalAddrZeroVariable()4312 SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() { in GetDebugMapSymfile()[all …]
823 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()1695 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE()1752 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
569 SRCS+= Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp