Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp45 const DWARFObject &D = C.getDWARFObj(); in addUnitsForSection()
57 const DWARFObject &D = C.getDWARFObj(); in addUnitsForDWOSection()
203 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, IsLittleEndian, in getDebugInfoExtractor()
224 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem()
242 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem()
369 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
524 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded()
549 &Context.getDWARFObj().getRnglistsDWOSection(), in tryExtractDIEsIfNeeded()
553 setRangesSection(&Context.getDWARFObj().getRnglistsSection(), in tryExtractDIEsIfNeeded()
563 ? Context.getDWARFObj().getLoclistsDWOSection().Data in tryExtractDIEsIfNeeded()
[all …]
DDWARFVerifier.cpp325 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev()
365 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection()
443 DCtx.getDWARFObj().getCUIndexSection()) == 0; in handleDebugCUIndex()
448 DCtx.getDWARFObj().getTUIndexSection()) == 0; in handleDebugTUIndex()
452 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo()
578 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute()
829 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets()
954 if (const auto *F = DCtx.getDWARFObj().getFile()) { in DWARFVerifier()
972 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable()
1568 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
[all …]
DDWARFDebugAranges.cpp53 DWARFDataExtractor ArangesData(CTX->getDWARFObj().getArangesSection(), in generate()
DDWARFDie.cpp88 &Offset, OS, U->getBaseAddress(), Ctx.getDWARFObj(), U, DumpOpts, Indent); in dumpLocationList()
208 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
DDWARFFormValue.cpp388 dumpAddressSection(U->getContext().getDWARFObj(), OS, DumpOpts, in dumpSectionedAddress()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp54 DWARFDataExtractor AddrData(DCtx.getDWARFObj(), in dumpDebugAddr()
55 DCtx.getDWARFObj().getAddrSection(), in dumpDebugAddr()
101 DWARFDataExtractor ArangesData(DCtx.getDWARFObj().getArangesSection(), in dumpDebugARanges()
148 DWARFDataExtractor Data(DCtx.getDWARFObj().getRangesSection().Data, in dumpDebugRanges()
173 DWARFDataExtractor PubSectionData(DCtx.getDWARFObj(), Section, in dumpPubSection()
199 const DWARFObject &D = DCtx.getDWARFObj(); in dumpDebugPubSections()
354 DataExtractor LineData(DCtx.getDWARFObj().getLineSection().Data, in dumpDebugLines()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DDwarfCFIEHPrinter.h190 DWARFDataExtractor DE(DICtx->getDWARFObj(), in printEHFrame()
191 DICtx->getDWARFObj().getEHFrameSection(), in printEHFrame()
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1659 DWARFDataExtractor RangeExtractor(OrigDwarf.getDWARFObj(), in patchRangesForUnit()
1660 OrigDwarf.getDWARFObj().getRangesSection(), in patchRangesForUnit()
1787 OrigDwarf.getDWARFObj(), OrigDwarf.getDWARFObj().getLineSection(), in patchLineTableForUnit()
1889 StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data; in patchLineTableForUnit()
1972 StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data; in patchFrameInfoForObject()
2413 Dwarf.getDWARFObj().getLineSection().Data, "debug_line"); in copyInvariantDebugSection()
2414 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()
2417 Dwarf.getDWARFObj().getRangesSection().Data, "debug_ranges"); in copyInvariantDebugSection()
2419 Dwarf.getDWARFObj().getFrameSection().Data, "debug_frame"); in copyInvariantDebugSection()
2420 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()
[all …]
DDWARFStreamer.cpp433 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h126 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj() function
441 return getDWARFObj().getFile()->getArch(); in getArch()
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp542 DWARFDataExtractor LineData(DICtx.getDWARFObj(), in collectObjectSources()
543 DICtx.getDWARFObj().getLineSection(), in collectObjectSources()
/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.cpp2885 auto &dobj = static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj()); in create()