Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp42 char SymbolFileDWARFDebugMap::ID;
48 const SymbolFileDWARFDebugMap::FileRangeMap &
49 SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap( in GetFileRangeMap()
50 SymbolFileDWARFDebugMap *exe_symfile) { in GetFileRangeMap()
71 std::vector<SymbolFileDWARFDebugMap::CompileUnitInfo *> cu_infos; in GetFileRangeMap()
195 SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symfile); in GetSymbolFile()
222 void SymbolFileDWARFDebugMap::Initialize() { in Initialize()
227 void SymbolFileDWARFDebugMap::Terminate() { in Terminate()
231 lldb_private::ConstString SymbolFileDWARFDebugMap::GetPluginNameStatic() { in GetPluginNameStatic()
236 const char *SymbolFileDWARFDebugMap::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
[all …]
DSymbolFileDWARFDebugMap.h25 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFile {
51 SymbolFileDWARFDebugMap(lldb::ObjectFileSP objfile_sp);
52 ~SymbolFileDWARFDebugMap() override;
187 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
DSymbolFileDWARF.h52 class SymbolFileDWARFDebugMap; variable
72 friend class SymbolFileDWARFDebugMap; variable
415 SymbolFileDWARFDebugMap *GetDebugMapSymfile();
486 SymbolFileDWARFDebugMap *m_debug_map_symfile;
DCMakeLists.txt40 SymbolFileDWARFDebugMap.cpp
DDWARFCompileUnit.cpp61 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable()
DSymbolFileDWARF.cpp256 SymbolFileDWARFDebugMap::Initialize(); in Initialize()
271 SymbolFileDWARFDebugMap::Terminate(); in Terminate()
292 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList()
445 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap()
454 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage()
780 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()
787 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()
1058 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) { in ParseLineTable()
1288 if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile()) { in DecodeUID()
3297 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseVariableDIE()
[all …]
DDWARFASTParserClang.cpp791 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum()
1498 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE()
1556 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE()