Searched refs:SymbolFileDWARFDebugMap (Results 1 – 7 of 7) sorted by relevance
49 char SymbolFileDWARFDebugMap::ID;55 const SymbolFileDWARFDebugMap::FileRangeMap &56 SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap( in GetFileRangeMap()57 SymbolFileDWARFDebugMap *exe_symfile) { in GetFileRangeMap()78 std::vector<SymbolFileDWARFDebugMap::CompileUnitInfo *> cu_infos; in GetFileRangeMap()204 SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symfile); in GetSymbolFile()233 void SymbolFileDWARFDebugMap::Initialize() { in Initialize()238 void SymbolFileDWARFDebugMap::Terminate() { in Terminate()242 llvm::StringRef SymbolFileDWARFDebugMap::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()246 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);
61 class SymbolFileDWARFDebugMap; variable80 friend class SymbolFileDWARFDebugMap; variable357 SymbolFileDWARFDebugMap *GetDebugMapSymfile();510 SymbolFileDWARFDebugMap *m_debug_map_symfile;
11 #include "SymbolFileDWARFDebugMap.h"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()486 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetForwardDeclCompilerTypeToDIE()492 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap()501 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage()976 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()983 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()1274 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) { in ParseLineTable()1648 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in CompleteType()[all …]
876 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()1729 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
581 SRCS+= Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp