Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp48 char SymbolFileDWARFDebugMap::ID;
54 const SymbolFileDWARFDebugMap::FileRangeMap &
55 SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap( in GetFileRangeMap()
56 SymbolFileDWARFDebugMap *exe_symfile) { in GetFileRangeMap()
77 std::vector<SymbolFileDWARFDebugMap::CompileUnitInfo *> cu_infos; in GetFileRangeMap()
201 SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symfile); in GetSymbolFile()
228 void SymbolFileDWARFDebugMap::Initialize() { in Initialize()
233 void SymbolFileDWARFDebugMap::Terminate() { in Terminate()
237 llvm::StringRef SymbolFileDWARFDebugMap::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
241 SymbolFile *SymbolFileDWARFDebugMap::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance()
[all …]
H A DSymbolFileDWARFDebugMap.h27 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFileCommon {
53 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);
54 ~SymbolFileDWARFDebugMap() override;
192 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
H A DSymbolFileDWARF.h55 class SymbolFileDWARFDebugMap; variable
75 friend class SymbolFileDWARFDebugMap; variable
464 SymbolFileDWARFDebugMap *GetDebugMapSymfile();
540 SymbolFileDWARFDebugMap *m_debug_map_symfile;
H A DCMakeLists.txt41 SymbolFileDWARFDebugMap.cpp
H A DDWARFCompileUnit.cpp63 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable()
H A DSymbolFileDWARF.cpp245 SymbolFileDWARFDebugMap::Initialize(); in Initialize()
260 SymbolFileDWARFDebugMap::Terminate(); in Terminate()
276 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList()
428 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap()
437 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage()
895 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()
902 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()
1191 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) { in ParseLineTable()
1421 if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile()) { in DecodeUID()
3483 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseVariableDIE()
[all …]
H A DDWARFASTParserClang.cpp771 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()
1657 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE()
1714 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginSymbolFile/
H A DMakefile44 SymbolFileDWARFDebugMap.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn73 "SymbolFileDWARFDebugMap.cpp",