Home
last modified time | relevance | path

Searched refs:SymbolFileDWARFDebugMap (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp51 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 …]
H A DSymbolFileDWARFDebugMap.h34 class SymbolFileDWARFDebugMap : public SymbolFileCommon {
59 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);
60 ~SymbolFileDWARFDebugMap() override;
185 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
H A DSymbolFileDWARF.h60 class SymbolFileDWARFDebugMap; variable
79 friend class SymbolFileDWARFDebugMap; variable
357 SymbolFileDWARFDebugMap *GetDebugMapSymfile();
509 SymbolFileDWARFDebugMap *m_debug_map_symfile;
H A DDWARFCompileUnit.cpp65 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable()
H A DSymbolFileDWARF.cpp306 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 …]
H A DDWARFASTParserClang.cpp972 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()
1798 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
/freebsd/lib/clang/liblldb/
H A DMakefile601 SRCS+= Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp