Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp457 DWARFContext &context = m_unit->GetSymbolFileDWARF().GetDWARFContext(); in AsCString()
482 SymbolFileDWARF &symbol_file = m_unit->GetSymbolFileDWARF(); in Address()
511 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
520 m_unit->GetSymbolFileDWARF().DebugInfo().GetUnitContainingDIEOffset( in Reference()
523 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
533 m_unit->GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash(value); in Reference()
DDWARFBaseDIE.cpp25 return DIERef(m_cu->GetSymbolFileDWARF().GetDwoNum(), m_cu->GetDebugSection(), in GetDIERef()
94 return &m_cu->GetSymbolFileDWARF(); in GetDWARF()
DDWARFUnit.cpp275 GetSymbolFileDWARF().GetDWARFContext().getOrLoadStrOffsetsData(); in SetDwoStrOffsetsBase()
450 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
468 DWARFContext &Ctx = GetSymbolFileDWARF().GetDWARFContext(); in GetLocationData()
491 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetRangesBase()
532 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
757 return &llvm::cast<SymbolFileDWARFDwo>(m_dwo->GetSymbolFileDWARF()); in GetDwoSymbolFile()
DNameToDIE.cpp53 if (unit.GetSymbolFileDWARF().GetDwoNum() == die_ref.dwo_num() && in FindAllEntriesForUnit()
DDWARFDebugInfoEntry.cpp56 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
213 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
238 SymbolFileDWARF &dwarf = cu->GetSymbolFileDWARF(); in GetDIENamesAndRanges()
DDWARFUnit.h191 SymbolFileDWARF &GetSymbolFileDWARF() const { return m_dwarf; } in GetSymbolFileDWARF() function
DDebugNamesDWARFIndex.cpp55 return DIERef(cu->GetSymbolFileDWARF().GetDwoNum(), in ToDIERef()
DSymbolFileDWARF.cpp1518 return non_dwo_cu->GetSymbolFileDWARF().GetCompUnitForDWARFCompUnit( in GetCompUnitForDWARFCompUnit()
3884 return unit.GetSymbolFileDWARF().GetTypeSystemForLanguage(GetLanguage(unit)); in GetTypeSystem()
DDWARFASTParserClang.cpp169 auto &sym_file = die.GetCU()->GetSymbolFileDWARF(); in ParseTypeFromClangModule()
/external/llvm-project/lldb/unittests/SymbolFile/DWARF/
DXcodeSDKModuleTests.cpp73 SymbolFileDWARF &sym_file = dwarf_cu->GetSymbolFileDWARF(); in TEST_F()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp51 dwarf_cu->GetSymbolFileDWARF().GetDWARFContext().getOrLoadAddrData(); in ReadAddressFromDebugAddrSection()