Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp459 DWARFContext &context = m_unit->GetSymbolFileDWARF().GetDWARFContext(); in AsCString()
484 SymbolFileDWARF &symbol_file = m_unit->GetSymbolFileDWARF(); in Address()
513 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
522 m_unit->GetSymbolFileDWARF().DebugInfo().GetUnitContainingDIEOffset( in Reference()
525 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
535 m_unit->GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash(value); in Reference()
H A DDWARFBaseDIE.cpp25 return DIERef(m_cu->GetSymbolFileDWARF().GetDwoNum(), m_cu->GetDebugSection(), in GetDIERef()
94 return &m_cu->GetSymbolFileDWARF(); in GetDWARF()
H A DDWARFUnit.cpp277 GetSymbolFileDWARF().GetDWARFContext().getOrLoadStrOffsetsData(); in SetDwoStrOffsetsBase()
457 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
475 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetLocationData()
503 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable()
566 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
791 return &llvm::cast<SymbolFileDWARFDwo>(m_dwo->GetSymbolFileDWARF()); in GetDwoSymbolFile()
H A DDWARFDebugInfoEntry.cpp61 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
191 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
216 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
242 SymbolFileDWARF &dwarf = cu->GetSymbolFileDWARF(); in GetDIENamesAndRanges()
H A DNameToDIE.cpp53 if (unit.GetSymbolFileDWARF().GetDwoNum() == die_ref.dwo_num() && in FindAllEntriesForUnit()
H A DDWARFUnit.h193 SymbolFileDWARF &GetSymbolFileDWARF() const { return m_dwarf; } in GetSymbolFileDWARF() function
H A DDebugNamesDWARFIndex.cpp55 return DIERef(cu->GetSymbolFileDWARF().GetDwoNum(), in ToDIERef()
H A DSymbolFileDWARF.cpp1527 return non_dwo_cu->GetSymbolFileDWARF().GetCompUnitForDWARFCompUnit( in GetCompUnitForDWARFCompUnit()
3828 return unit.GetSymbolFileDWARF().GetTypeSystemForLanguage(GetLanguage(unit)); in GetTypeSystem()
H A DDWARFASTParserClang.cpp169 auto &sym_file = die.GetCU()->GetSymbolFileDWARF(); in ParseTypeFromClangModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp51 dwarf_cu->GetSymbolFileDWARF().GetDWARFContext().getOrLoadAddrData(); in ReadAddressFromDebugAddrSection()