Home
last modified time | relevance | path

Searched refs:getDWARFObj (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp45 const DWARFObject &D = C.getDWARFObj(); in addUnitsForSection()
57 const DWARFObject &D = C.getDWARFObj(); in addUnitsForDWOSection()
210 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, IsLittleEndian, in getDebugInfoExtractor()
231 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem()
249 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem()
381 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
536 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded()
561 &Context.getDWARFObj().getRnglistsDWOSection(), in tryExtractDIEsIfNeeded()
565 setRangesSection(&Context.getDWARFObj().getRnglistsSection(), in tryExtractDIEsIfNeeded()
575 ? Context.getDWARFObj().getLoclistsDWOSection().Data in tryExtractDIEsIfNeeded()
[all …]
H A DDWARFContext.cpp78 const auto &DObj = C.getDWARFObj(); in fixupIndexV4()
145 const auto &DObj = C.getDWARFObj(); in fixupIndexV5()
223 const DWARFObject &DObj = D.getDWARFObj(); in parseMacroOrMacinfo()
292 const DWARFObject &DObj = D.getDWARFObj(); in getNormalUnits()
306 const DWARFObject &DObj = D.getDWARFObj(); in getDWOUnits()
322 const DWARFObject &DObj = D.getDWARFObj(); in getDebugAbbrevDWO()
332 DataExtractor Data(D.getDWARFObj().getCUIndexSection(), in getCUIndex()
343 DataExtractor Data(D.getDWARFObj().getTUIndexSection(), in getTUIndex()
358 DataExtractor Data(D.getDWARFObj().getGdbIndexSection(), true /*LE*/, 0); in getGdbIndex()
368 DataExtractor Data(D.getDWARFObj().getAbbrevSection(), in getDebugAbbrev()
[all …]
H A DDWARFVerifier.cpp397 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev()
437 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection()
520 DCtx.getDWARFObj().getCUIndexSection()) == 0; in handleDebugCUIndex()
525 DCtx.getDWARFObj().getTUIndexSection()) == 0; in handleDebugTUIndex()
529 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo()
667 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute()
944 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets()
1089 if (const auto *F = DCtx.getDWARFObj().getFile()) { in DWARFVerifier()
1107 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable()
1819 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
[all …]
H A DDWARFDebugAranges.cpp53 DWARFDataExtractor ArangesData(CTX->getDWARFObj().getArangesSection(), in generate()
H A DDWARFDie.cpp89 &Offset, OS, U->getBaseAddress(), Ctx.getDWARFObj(), U, DumpOpts, Indent); in dumpLocationList()
211 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
H A DDWARFFormValue.cpp363 dumpAddressSection(U->getContext().getDWARFObj(), OS, DumpOpts, in dumpSectionedAddress()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp714 << InputDWARFFile.Dwarf->getDWARFObj().getLocSection().Data; in emitInvariantSections()
716 << InputDWARFFile.Dwarf->getDWARFObj().getLoclistsSection().Data; in emitInvariantSections()
718 << InputDWARFFile.Dwarf->getDWARFObj().getRangesSection().Data; in emitInvariantSections()
720 << InputDWARFFile.Dwarf->getDWARFObj().getRnglistsSection().Data; in emitInvariantSections()
722 << InputDWARFFile.Dwarf->getDWARFObj().getArangesSection(); in emitInvariantSections()
724 << InputDWARFFile.Dwarf->getDWARFObj().getFrameSection().Data; in emitInvariantSections()
726 << InputDWARFFile.Dwarf->getDWARFObj().getAddrSection().Data; in emitInvariantSections()
738 const DWARFObject &InputDWARFObj = InputDWARFFile.Dwarf->getDWARFObj(); in cloneAndEmitDebugFrame()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h190 DICtx->getDWARFObj(), DICtx->getDWARFObj().getEHFrameSection(), in printEHFrame()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h147 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj() function
462 return getDWARFObj().getFile()->getArch(); in getArch()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2291 unsigned SrcAddrSize = OrigDwarf.getDWARFObj().getAddressSize(); in patchFrameInfoForObject()
2293 StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data; in patchFrameInfoForObject()
2673 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()
2676 Dwarf.getDWARFObj().getRangesSection().Data, in copyInvariantDebugSection()
2679 Dwarf.getDWARFObj().getFrameSection().Data, DebugSectionKind::DebugFrame); in copyInvariantDebugSection()
2680 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()
2683 Dwarf.getDWARFObj().getAddrSection().Data, DebugSectionKind::DebugAddr); in copyInvariantDebugSection()
2685 Dwarf.getDWARFObj().getRnglistsSection().Data, in copyInvariantDebugSection()
2688 Dwarf.getDWARFObj().getLoclistsSection().Data, in copyInvariantDebugSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp630 DWARFDataExtractor LineData(DICtx.getDWARFObj(), in collectObjectSources()
631 DICtx.getDWARFObj().getLineSection(), in collectObjectSources()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp426 for (SectionName Sec : CurFile->Dwarf->getDWARFObj().getSectionNames()) { in linkDebugInfoImpl()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3166 auto &dobj = static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj()); in DebugNamesSection()
3524 auto &dobj = static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj()); in create()