Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
515 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
523 m_unit->GetSymbolFileDWARF().DebugInfo().GetUnitContainingDIEOffset( in Reference()
526 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
535 m_unit->GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash(value); in Reference()
H A DDWARFBaseDIE.cpp26 return DIERef(m_cu->GetSymbolFileDWARF().GetDwoNum(), m_cu->GetDebugSection(), in GetDIERef()
102 return &m_cu->GetSymbolFileDWARF(); in GetDWARF()
H A DDWARFUnit.cpp351 GetSymbolFileDWARF().GetDWARFContext().getOrLoadStrOffsetsData(); in SetDwoStrOffsetsBase()
486 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
505 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
524 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetLocationData()
538 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetRnglistData()
545 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistData()
569 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable()
646 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
853 return &llvm::cast<SymbolFileDWARFDwo>(m_dwo->GetSymbolFileDWARF()); in GetDwoSymbolFile()
H A DNameToDIE.cpp53 lldbassert(!s_unit.GetSymbolFileDWARF().GetDwoNum()); in FindAllEntriesForUnit()
58 if (ns_unit.GetSymbolFileDWARF().GetDwoNum() == die_ref.dwo_num() && in FindAllEntriesForUnit()
H A DDWARFDebugInfoEntry.cpp63 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
194 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
221 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
247 SymbolFileDWARF &dwarf = cu->GetSymbolFileDWARF(); in GetDIENamesAndRanges()
H A DDWARFCompileUnit.cpp67 debug_map_sym_file->GetCompileUnitInfo(&GetSymbolFileDWARF()); in BuildAddressRangeTable()
H A DDebugNamesDWARFIndex.cpp57 return DIERef(cu->GetSymbolFileDWARF().GetDwoNum(), in ToDIERef()
129 lldbassert(!cu.GetSymbolFileDWARF().GetDwoNum()); in GetGlobalVariables()
H A DAppleDWARFIndex.cpp83 lldbassert(!cu.GetSymbolFileDWARF().GetDwoNum()); in GetGlobalVariables()
H A DDWARFUnit.h200 SymbolFileDWARF &GetSymbolFileDWARF() const { return m_dwarf; } in GetSymbolFileDWARF() function
H A DManualDWARFIndex.cpp390 lldbassert(!unit.GetSymbolFileDWARF().GetDwoNum()); in GetGlobalVariables()
H A DSymbolFileDWARF.cpp1647 return non_dwo_cu->GetSymbolFileDWARF().GetCompUnitForDWARFCompUnit( in GetCompUnitForDWARFCompUnit()
4172 return unit.GetSymbolFileDWARF().GetTypeSystemForLanguage(GetLanguage(unit)); in GetTypeSystem()
H A DDWARFASTParserClang.cpp158 auto &sym_file = die.GetCU()->GetSymbolFileDWARF(); in ParseTypeFromClangModule()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp352 return dwarf_cu->GetSymbolFileDWARF().GetVendorDWARFOpcodeSize( in GetOpcodeDataSize()
2579 if (dwarf_cu->GetSymbolFileDWARF().ParseVendorDWARFOpcode( in Evaluate()