Searched refs:SymbolFileDWARFDebugMap (Results 1 – 7 of 7) sorted by relevance
47 const SymbolFileDWARFDebugMap::FileRangeMap &48 SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile) in GetFileRangeMap()73 std::vector<SymbolFileDWARFDebugMap::CompileUnitInfo *> cu_infos; in GetFileRangeMap()222 …SymbolFileDWARF *oso_symfile = SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symbol_vend… in GetSymbolVendor()258 SymbolFileDWARFDebugMap::Initialize() in Initialize()266 SymbolFileDWARFDebugMap::Terminate() in Terminate()273 SymbolFileDWARFDebugMap::GetPluginNameStatic() in GetPluginNameStatic()280 SymbolFileDWARFDebugMap::GetPluginDescriptionStatic() in GetPluginDescriptionStatic()286 SymbolFileDWARFDebugMap::CreateInstance (ObjectFile* obj_file) in CreateInstance()288 return new SymbolFileDWARFDebugMap (obj_file); in CreateInstance()[all …]
31 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFile56 SymbolFileDWARFDebugMap (lldb_private::ObjectFile* ofile);57 virtual ~ SymbolFileDWARFDebugMap ();183 GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
61 class SymbolFileDWARFDebugMap; variable66 friend class SymbolFileDWARFDebugMap;459 SymbolFileDWARFDebugMap *565 SymbolFileDWARFDebugMap * m_debug_map_symfile;
383 SymbolFileDWARFDebugMap *debug_map_sym_file = m_dwarf2Data->GetDebugMapSymfile(); in BuildAddressRangeTable()
1110 SymbolFileDWARFDebugMap * debug_map_symfile = GetDebugMapSymfile (); in FixupAddress()6681 … SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseType()6684 …class_symfile = debug_map_symfile->GetSymbolFileByOSOIndex(SymbolFileDWARFDebugMap::GetOSOIndexFro… in ParseType()7492 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile (); in ParseVariableDIE()8025 SymbolFileDWARFDebugMap *8035 m_debug_map_symfile = (SymbolFileDWARFDebugMap *)sym_vendor->GetSymbolFile(); in GetDebugMapSymfile()
108 SymbolFileDWARFDebugMap::Initialize(); in Initialize()187 SymbolFileDWARFDebugMap::Terminate(); in Terminate()
31 SymbolFileDWARFDebugMap.cpp \