Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp461 DWARFContext &context = m_unit->GetSymbolFileDWARF().GetDWARFContext(); in AsCString()
486 SymbolFileDWARF &symbol_file = m_unit->GetSymbolFileDWARF(); in Address()
516 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
524 m_unit->GetSymbolFileDWARF().DebugInfo().GetUnitContainingDIEOffset( in Reference()
527 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
536 m_unit->GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash(value); in Reference()
H A DDWARFUnit.cpp358 GetSymbolFileDWARF().GetDWARFContext().getOrLoadStrOffsetsData(); in SetDwoStrOffsetsBase()
495 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
514 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
533 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetLocationData()
547 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetRnglistData()
554 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistData()
578 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable()
655 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
713 llvm::dyn_cast_or_null<SymbolFileDWARFDwo>(&GetSymbolFileDWARF()); in GetSkeletonUnit()
903 return &llvm::cast<SymbolFileDWARFDwo>(m_dwo->GetSymbolFileDWARF()); in GetDwoSymbolFile()
H A DDWARFBaseDIE.cpp27 return DIERef(m_cu->GetSymbolFileDWARF().GetFileIndex(), in GetDIERef()
101 return &m_cu->GetSymbolFileDWARF(); in GetDWARF()
H A DDWARFCompileUnit.cpp64 debug_map_sym_file->GetCompileUnitInfo(&GetSymbolFileDWARF()); in BuildAddressRangeTable()
H A DDWARFDebugInfoEntry.cpp49 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
96 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
130 SymbolFileDWARF &dwarf = cu->GetSymbolFileDWARF(); in GetDIENamesAndRanges()
H A DNameToDIE.cpp58 if (ns_unit.GetSymbolFileDWARF().GetFileIndex() == die_ref.file_index() && in FindAllEntriesForUnit()
H A DDWARFUnit.h181 SymbolFileDWARF &GetSymbolFileDWARF() const { return m_dwarf; } in GetSymbolFileDWARF() function
H A DDebugNamesDWARFIndex.cpp90 return dwo_cu.GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash( in GetForeignTypeUnit()
H A DSymbolFileDWARF.cpp1709 return non_dwo_cu->GetSymbolFileDWARF().GetCompUnitForDWARFCompUnit( in GetCompUnitForDWARFCompUnit()
4366 return unit.GetSymbolFileDWARF().GetTypeSystemForLanguage(GetLanguage(unit)); in GetTypeSystem()
H A DDWARFASTParserClang.cpp183 auto &sym_file = die.GetCU()->GetSymbolFileDWARF(); in ParseTypeFromClangModule()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp340 return dwarf_cu->GetSymbolFileDWARF().GetVendorDWARFOpcodeSize( in GetOpcodeDataSize()
2253 if (dwarf_cu->GetSymbolFileDWARF().ParseVendorDWARFOpcode( in Evaluate()