Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp48 char SymbolFileDWARFDebugMap::ID;
54 const SymbolFileDWARFDebugMap::FileRangeMap &
56 SymbolFileDWARFDebugMap *exe_symfile) { in GetFileRangeMap()
232 void SymbolFileDWARFDebugMap::Initialize() { in Initialize()
237 void SymbolFileDWARFDebugMap::Terminate() { in Terminate()
249 SymbolFileDWARFDebugMap::SymbolFileDWARFDebugMap(ObjectFileSP objfile_sp) in SymbolFileDWARFDebugMap() function in SymbolFileDWARFDebugMap
254 SymbolFileDWARFDebugMap::~SymbolFileDWARFDebugMap() = default;
258 void SymbolFileDWARFDebugMap::InitOSO() { in InitOSO()
635 SymbolFileDWARFDebugMap::CompileUnitInfo *
640 SymbolFileDWARFDebugMap::CompileUnitInfo *
[all …]
H A DSymbolFileDWARFDebugMap.h33 class SymbolFileDWARFDebugMap : public SymbolFileCommon {
58 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);
59 ~SymbolFileDWARFDebugMap() override;
184 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
H A DSymbolFileDWARF.h61 class SymbolFileDWARFDebugMap; variable
80 friend class SymbolFileDWARFDebugMap; variable
349 SymbolFileDWARFDebugMap *GetDebugMapSymfile();
502 SymbolFileDWARFDebugMap *m_debug_map_symfile;
H A DDWARFCompileUnit.cpp60 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 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap()
494 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage()
969 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()
976 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()
1745 if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile()) { in GetDIE()
3449 SymbolFileDWARFDebugMap &debug_map_symfile, llvm::StringRef name, in fixupExternalAddrZeroVariable()
4312 SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() { in GetDebugMapSymfile()
[all …]
H A DDWARFASTParserClang.cpp823 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()
1695 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE()
1752 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile569 SRCS+= Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp