Searched refs:getDWARFObj (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFUnit.cpp | 45 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 …]
|
| D | DWARFVerifier.cpp | 325 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 …]
|
| D | DWARFDebugAranges.cpp | 53 DWARFDataExtractor ArangesData(CTX->getDWARFObj().getArangesSection(), in generate()
|
| D | DWARFDie.cpp | 88 &Offset, OS, U->getBaseAddress(), Ctx.getDWARFObj(), U, DumpOpts, Indent); in dumpLocationList() 208 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
|
| D | DWARFFormValue.cpp | 388 dumpAddressSection(U->getContext().getDWARFObj(), OS, DumpOpts, in dumpSectionedAddress()
|
| /openbsd/src/gnu/llvm/llvm/tools/obj2yaml/ |
| D | dwarf2yaml.cpp | 54 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/ |
| D | DwarfCFIEHPrinter.h | 190 DWARFDataExtractor DE(DICtx->getDWARFObj(), in printEHFrame() 191 DICtx->getDWARFObj().getEHFrameSection(), in printEHFrame()
|
| /openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/ |
| D | DWARFLinker.cpp | 1659 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 …]
|
| D | DWARFStreamer.cpp | 433 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFContext.h | 126 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj() function 441 return getDWARFObj().getFile()->getArch(); in getArch()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| D | llvm-dwarfdump.cpp | 542 DWARFDataExtractor LineData(DICtx.getDWARFObj(), in collectObjectSources() 543 DICtx.getDWARFObj().getLineSection(), in collectObjectSources()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | SyntheticSections.cpp | 2885 auto &dobj = static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj()); in create()
|