Searched refs:SymbolFileDWARFDebugMap (Results 1 – 9 of 9) sorted by relevance
46 const SymbolFileDWARFDebugMap::FileRangeMap &48 SymbolFileDWARFDebugMap *exe_symfile) { in GetFileRangeMap()226 void SymbolFileDWARFDebugMap::Initialize() { in Initialize()231 void SymbolFileDWARFDebugMap::Terminate() { in Terminate()248 SymbolFileDWARFDebugMap::SymbolFileDWARFDebugMap(ObjectFile *ofile) in SymbolFileDWARFDebugMap() function in SymbolFileDWARFDebugMap253 SymbolFileDWARFDebugMap::~SymbolFileDWARFDebugMap() {} in ~SymbolFileDWARFDebugMap()257 void SymbolFileDWARFDebugMap::InitOSO() { in InitOSO()602 SymbolFileDWARFDebugMap::CompileUnitInfo *607 SymbolFileDWARFDebugMap::CompileUnitInfo *931 SymbolFileDWARFDebugMap::CompileUnitInfo *[all …]
27 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFile {46 SymbolFileDWARFDebugMap(lldb_private::ObjectFile *ofile);47 ~SymbolFileDWARFDebugMap() override;184 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
56 class SymbolFileDWARFDebugMap; variable65 friend class SymbolFileDWARFDebugMap;409 SymbolFileDWARFDebugMap *GetDebugMapSymfile();457 SymbolFileDWARFDebugMap *m_debug_map_symfile;
19 SymbolFileDWARFDebugMap *debug_map = dwarf->GetDebugMapSymfile(); in DIERef()
265 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetTypeList()430 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap()438 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetTypeSystemForLanguage()905 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress()1097 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseLineTable()1327 SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile(); in GetDWARFForUID()3482 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseVariableDIE()3859 SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() { in GetDebugMapSymfile()3866 (SymbolFileDWARFDebugMap *)sym_vendor->GetSymbolFile(); in GetDebugMapSymfile()
687 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF()745 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF()1039 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF()1384 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF()1388 SymbolFileDWARFDebugMap::GetOSOIndexFromUserID( in ParseTypeFromDWARF()
517 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable()
399 SymbolFileDWARFDebugMap::Initialize(); in Initialize()550 SymbolFileDWARFDebugMap::Terminate(); in Terminate()
475 SRCS+= Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp