Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp460 DWARFContext &context = m_unit->GetSymbolFileDWARF().GetDWARFContext(); in AsCString()
485 SymbolFileDWARF &symbol_file = m_unit->GetSymbolFileDWARF(); in Address()
514 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()
536 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.cpp332 GetSymbolFileDWARF().GetDWARFContext().getOrLoadStrOffsetsData(); in SetDwoStrOffsetsBase()
467 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
486 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
505 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetLocationData()
519 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetRnglistData()
526 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistData()
551 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable()
625 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
832 return &llvm::cast<SymbolFileDWARFDwo>(m_dwo->GetSymbolFileDWARF()); in GetDwoSymbolFile()
H A DNameToDIE.cpp52 lldbassert(!s_unit.GetSymbolFileDWARF().GetDwoNum()); in FindAllEntriesForUnit()
57 if (ns_unit.GetSymbolFileDWARF().GetDwoNum() == die_ref.dwo_num() && in FindAllEntriesForUnit()
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 DDebugNamesDWARFIndex.cpp56 return DIERef(cu->GetSymbolFileDWARF().GetDwoNum(), in ToDIERef()
128 lldbassert(!cu.GetSymbolFileDWARF().GetDwoNum()); in GetGlobalVariables()
H A DAppleDWARFIndex.cpp83 lldbassert(!cu.GetSymbolFileDWARF().GetDwoNum()); in GetGlobalVariables()
H A DDWARFUnit.h199 SymbolFileDWARF &GetSymbolFileDWARF() const { return m_dwarf; } in GetSymbolFileDWARF() function
H A DManualDWARFIndex.cpp372 lldbassert(!unit.GetSymbolFileDWARF().GetDwoNum()); in GetGlobalVariables()
H A DSymbolFileDWARF.cpp1622 return non_dwo_cu->GetSymbolFileDWARF().GetCompUnitForDWARFCompUnit( in GetCompUnitForDWARFCompUnit()
4036 return unit.GetSymbolFileDWARF().GetTypeSystemForLanguage(GetLanguage(unit)); in GetTypeSystem()
H A DDWARFASTParserClang.cpp157 auto &sym_file = die.GetCU()->GetSymbolFileDWARF(); in ParseTypeFromClangModule()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DXcodeSDKModuleTests.cpp66 SymbolFileDWARF &sym_file = dwarf_cu->GetSymbolFileDWARF(); in TEST_F()