Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp44 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 SymbolFileDWARFDebugMap
251 SymbolFileDWARFDebugMap::~SymbolFileDWARFDebugMap() = default;
255 void SymbolFileDWARFDebugMap::InitOSO() { in InitOSO()
599 SymbolFileDWARFDebugMap::CompileUnitInfo *
604 SymbolFileDWARFDebugMap::CompileUnitInfo *
1178 void SymbolFileDWARFDebugMap::FindTypes( in FindTypes()
[all …]
H A DSymbolFileDWARFDebugMap.h25 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFile {
51 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);
52 ~SymbolFileDWARFDebugMap() override;
185 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
H A DSymbolFileDWARF.h52 class SymbolFileDWARFDebugMap; variable
72 friend class SymbolFileDWARFDebugMap; variable
416 SymbolFileDWARFDebugMap *GetDebugMapSymfile();
487 SymbolFileDWARFDebugMap *m_debug_map_symfile;
H A DDWARFCompileUnit.cpp61 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable()
H A DSymbolFileDWARF.cpp262 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 …]
H A DDWARFASTParserClang.cpp790 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()
1498 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE()
1556 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile534 SRCS+= Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp