Home
last modified time | relevance | path

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

/freebsd-14.2/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 ReferencedUnitAndOffset()
524 m_unit->GetSymbolFileDWARF().DebugInfo().GetUnitContainingDIEOffset( in ReferencedUnitAndOffset()
527 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in ReferencedUnitAndOffset()
536 m_unit->GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash(value); in ReferencedUnitAndOffset()
H A DDWARFBaseDIE.cpp27 return DIERef(m_cu->GetSymbolFileDWARF().GetFileIndex(), in GetDIERef()
105 return &m_cu->GetSymbolFileDWARF(); in GetDWARF()
H A DDWARFUnit.cpp353 GetSymbolFileDWARF().GetDWARFContext().getOrLoadStrOffsetsData(); in SetDwoStrOffsetsBase()
490 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
509 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
528 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetLocationData()
542 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetRnglistData()
549 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistData()
573 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable()
650 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
881 return &llvm::cast<SymbolFileDWARFDwo>(m_dwo->GetSymbolFileDWARF()); in GetDwoSymbolFile()
H A DDWARFDebugInfoEntry.cpp61 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
77 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
98 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
132 SymbolFileDWARF &dwarf = cu->GetSymbolFileDWARF(); in GetDIENamesAndRanges()
H A DDWARFCompileUnit.cpp64 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 DDWARFUnit.h211 SymbolFileDWARF &GetSymbolFileDWARF() const { return m_dwarf; } in GetSymbolFileDWARF() function
H A DDebugNamesDWARFIndex.cpp68 return DIERef(cu->GetSymbolFileDWARF().GetFileIndex(), in ToDIERef()
H A DSymbolFileDWARF.cpp1682 return non_dwo_cu->GetSymbolFileDWARF().GetCompUnitForDWARFCompUnit( in GetCompUnitForDWARFCompUnit()
4352 return unit.GetSymbolFileDWARF().GetTypeSystemForLanguage(GetLanguage(unit)); in GetTypeSystem()
H A DDWARFASTParserClang.cpp181 auto &sym_file = die.GetCU()->GetSymbolFileDWARF(); in ParseTypeFromClangModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp353 return dwarf_cu->GetSymbolFileDWARF().GetVendorDWARFOpcodeSize( in GetOpcodeDataSize()
2600 if (dwarf_cu->GetSymbolFileDWARF().ParseVendorDWARFOpcode( in Evaluate()