Searched refs:SymbolFileDWARFDebugMap (Results 1 – 7 of 7) sorted by relevance
44 char SymbolFileDWARFDebugMap::ID;50 const SymbolFileDWARFDebugMap::FileRangeMap &52 SymbolFileDWARFDebugMap *exe_symfile) { in GetFileRangeMap()229 void SymbolFileDWARFDebugMap::Terminate() { in Terminate()246 SymbolFileDWARFDebugMap::SymbolFileDWARFDebugMap(ObjectFileSP objfile_sp) in SymbolFileDWARFDebugMap() function in SymbolFileDWARFDebugMap251 SymbolFileDWARFDebugMap::~SymbolFileDWARFDebugMap() = default;255 void SymbolFileDWARFDebugMap::InitOSO() { in InitOSO()599 SymbolFileDWARFDebugMap::CompileUnitInfo *604 SymbolFileDWARFDebugMap::CompileUnitInfo *1178 void SymbolFileDWARFDebugMap::FindTypes( in FindTypes()[all …]
25 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFile {51 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);52 ~SymbolFileDWARFDebugMap() override;185 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
52 class SymbolFileDWARFDebugMap; variable72 friend class SymbolFileDWARFDebugMap; variable416 SymbolFileDWARFDebugMap *GetDebugMapSymfile();487 SymbolFileDWARFDebugMap *m_debug_map_symfile;
61 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable()
262 SymbolFileDWARFDebugMap::Initialize(); in Initialize()277 SymbolFileDWARFDebugMap::Terminate(); in Terminate()298 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList()450 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap()459 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage()792 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()799 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()1068 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) { in ParseLineTable()1297 if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile()) { in DecodeUID()3244 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseVariableDIE()[all …]
790 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()1498 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE()1556 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
534 SRCS+= Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp