Home
last modified time | relevance | path

Searched refs:GetSymbolFileDWARF (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp361 GetSymbolFileDWARF().GetDWARFContext().getOrLoadStrOffsetsData(); in SetDwoStrOffsetsBase()
498 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
517 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
536 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetLocationData()
550 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetRnglistData()
557 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistData()
581 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable()
658 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
734 return GetSymbolFileDWARF().GetVendorDWARFOpcodeSize(data, data_offset, op); in GetVendorDWARFOpcodeSize()
740 return GetSymbolFileDWARF().ParseVendorDWARFOpcode(op, opcodes, offset, in ParseVendorDWARFOpcode()
[all …]
H A DDWARFFormValue.cpp455 DWARFContext &context = m_unit->GetSymbolFileDWARF().GetDWARFContext(); in AsCString()
480 SymbolFileDWARF &symbol_file = m_unit->GetSymbolFileDWARF(); in Address()
510 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in ReferencedUnitAndOffset()
518 m_unit->GetSymbolFileDWARF().DebugInfo().GetUnitContainingDIEOffset( in ReferencedUnitAndOffset()
521 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in ReferencedUnitAndOffset()
530 m_unit->GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash(value); in ReferencedUnitAndOffset()
H A DDWARFBaseDIE.cpp27 return DIERef(m_cu->GetSymbolFileDWARF().GetFileIndex(), in GetDIERef()
101 return &m_cu->GetSymbolFileDWARF(); in GetDWARF()
H A DDWARFCompileUnit.cpp69 debug_map_sym_file->GetCompileUnitInfo(&GetSymbolFileDWARF()); in BuildAddressRangeTable()
H A DNameToDIE.cpp58 if (ns_unit.GetSymbolFileDWARF().GetFileIndex() == die_ref.file_index() && in FindAllEntriesForUnit()
H A DDWARFDebugInfoEntry.cpp48 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
116 SymbolFileDWARF &dwarf = cu->GetSymbolFileDWARF(); in GetDIENamesAndRanges()
H A DDWARFUnit.h198 SymbolFileDWARF &GetSymbolFileDWARF() const { return m_dwarf; } in GetSymbolFileDWARF() function
H A DDebugNamesDWARFIndex.cpp90 return dwo_cu.GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash( in GetForeignTypeUnit()
H A DSymbolFileDWARF.cpp1648 return non_dwo_cu->GetSymbolFileDWARF().GetCompUnitForDWARFCompUnit( in GetCompUnitForDWARFCompUnit()
4298 return unit.GetSymbolFileDWARF().GetTypeSystemForLanguage(GetLanguage(unit)); in GetTypeSystem()
H A DDWARFASTParserClang.cpp276 auto &sym_file = die.GetCU()->GetSymbolFileDWARF(); in ParseTypeFromClangModule()