Searched refs:SymbolFileDWARFDebugMap (Results 1 – 8 of 8) sorted by relevance
42 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 SymbolFileDWARFDebugMap244 SymbolFileDWARFDebugMap::~SymbolFileDWARFDebugMap() = default;248 void SymbolFileDWARFDebugMap::InitOSO() { in InitOSO()591 SymbolFileDWARFDebugMap::CompileUnitInfo *596 SymbolFileDWARFDebugMap::CompileUnitInfo *1170 void SymbolFileDWARFDebugMap::FindTypes( in FindTypes()[all …]
25 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFileCommon {51 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);52 ~SymbolFileDWARFDebugMap() override;186 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
54 class SymbolFileDWARFDebugMap; variable74 friend class SymbolFileDWARFDebugMap; variable446 SymbolFileDWARFDebugMap *GetDebugMapSymfile();522 SymbolFileDWARFDebugMap *m_debug_map_symfile;
41 SymbolFileDWARFDebugMap.cpp
61 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable()
245 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 …]
775 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()1591 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE()1649 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
73 "SymbolFileDWARFDebugMap.cpp",