Searched refs:SymbolFileDWARFDebugMap (Results 1 – 7 of 7) sorted by relevance
51 char SymbolFileDWARFDebugMap::ID;57 const SymbolFileDWARFDebugMap::FileRangeMap &58 SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap( in GetFileRangeMap()59 SymbolFileDWARFDebugMap *exe_symfile) { in GetFileRangeMap()80 std::vector<SymbolFileDWARFDebugMap::CompileUnitInfo *> cu_infos; in GetFileRangeMap()206 SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symfile); in GetSymbolFile()235 void SymbolFileDWARFDebugMap::Initialize() { in Initialize()240 void SymbolFileDWARFDebugMap::Terminate() { in Terminate()244 llvm::StringRef SymbolFileDWARFDebugMap::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()248 SymbolFile *SymbolFileDWARFDebugMap::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance()[all …]
34 class SymbolFileDWARFDebugMap : public SymbolFileCommon {59 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);60 ~SymbolFileDWARFDebugMap() override;185 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
60 class SymbolFileDWARFDebugMap; variable79 friend class SymbolFileDWARFDebugMap; variable357 SymbolFileDWARFDebugMap *GetDebugMapSymfile();509 SymbolFileDWARFDebugMap *m_debug_map_symfile;
65 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 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetDIEToType()492 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetForwardDeclCompilerTypeToDIE()498 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap()507 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage()962 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()969 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()1272 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) { in ParseLineTable()[all …]
972 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()1798 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
601 SRCS+= Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp