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.cpp49 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 …]
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.h61 class SymbolFileDWARFDebugMap; variable
80 friend class SymbolFileDWARFDebugMap; variable
357 SymbolFileDWARFDebugMap *GetDebugMapSymfile();
510 SymbolFileDWARFDebugMap *m_debug_map_symfile;
H A DDWARFCompileUnit.cpp11 #include "SymbolFileDWARFDebugMap.h"
60 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()
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 …]
H A DDWARFASTParserClang.cpp876 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()
1729 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()
/freebsd/lib/clang/liblldb/
H A DMakefile581 SRCS+= Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp