Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp39 const DWARFObject &D = C.getDWARFObj(); in addUnitsForSection()
51 const DWARFObject &D = C.getDWARFObj(); in addUnitsForDWOSection()
192 ? DWARFDataExtractor(Context.getDWARFObj(), in DWARFUnit()
193 Context.getDWARFObj().getLoclistsDWOSection(), in DWARFUnit()
201 DWARFDataExtractor(Context.getDWARFObj(), in DWARFUnit()
202 Context.getDWARFObj().getLoclistsSection(), in DWARFUnit()
207 DWARFDataExtractor(Context.getDWARFObj(), *LocSection, isLittleEndian, in DWARFUnit()
215 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, isLittleEndian, in getDebugInfoExtractor()
236 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem()
250 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem()
[all …]
DDWARFVerifier.cpp271 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev()
283 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection()
347 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo()
456 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute()
534 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoForm()
671 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets()
796 if (const auto *F = DCtx.getDWARFObj().getFile()) { in DWARFVerifier()
814 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable()
1412 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
1453 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables()
DDWARFDebugAranges.cpp46 DataExtractor ArangesData(CTX->getDWARFObj().getArangesSection(), in generate()
DDWARFDie.cpp99 MRI, Ctx.getDWARFObj(), U, DumpOpts, in dumpLocation()
306 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
DDWARFFormValue.cpp370 dumpAddressSection(U->getContext().getDWARFObj(), OS, DumpOpts, in dumpSectionedAddress()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp38 const DWARFObject &D = C.getDWARFObj(); in addUnitsForSection()
50 const DWARFObject &D = C.getDWARFObj(); in addUnitsForDWOSection()
189 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, isLittleEndian, in getDebugInfoExtractor()
210 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem()
224 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem()
332 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
451 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded()
476 &Context.getDWARFObj().getRnglistsDWOSection(), in tryExtractDIEsIfNeeded()
480 setRangesSection(&Context.getDWARFObj().getRnglistsSection(), in tryExtractDIEsIfNeeded()
490 ? Context.getDWARFObj().getLoclistsDWOSection().Data in tryExtractDIEsIfNeeded()
[all …]
DDWARFVerifier.cpp280 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev()
292 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection()
356 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo()
473 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute()
591 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoForm()
728 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets()
853 if (const auto *F = DCtx.getDWARFObj().getFile()) { in DWARFVerifier()
871 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable()
1468 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
1509 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables()
DDWARFDebugAranges.cpp52 DWARFDataExtractor ArangesData(CTX->getDWARFObj().getArangesSection(), in generate()
DDWARFDie.cpp99 MRI, Ctx.getDWARFObj(), U, DumpOpts, in dumpLocation()
315 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
DDWARFFormValue.cpp371 dumpAddressSection(U->getContext().getDWARFObj(), OS, DumpOpts, in dumpSectionedAddress()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp52 DWARFDataExtractor AddrData(DCtx.getDWARFObj(), in dumpDebugAddr()
53 DCtx.getDWARFObj().getAddrSection(), in dumpDebugAddr()
99 DWARFDataExtractor ArangesData(DCtx.getDWARFObj().getArangesSection(), in dumpDebugARanges()
146 DWARFDataExtractor Data(DCtx.getDWARFObj().getRangesSection().Data, in dumpDebugRanges()
171 DWARFDataExtractor PubSectionData(DCtx.getDWARFObj(), Section, in dumpPubSection()
197 const DWARFObject &D = DCtx.getDWARFObj(); in dumpDebugPubSections()
352 DataExtractor LineData(DCtx.getDWARFObj().getLineSection().Data, in dumpDebugLines()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDataExtractorTest.cpp56 const DWARFObject &DObj = Ctx->getDWARFObj(); in TEST()
188 const DWARFObject &DObj = Ctx->getDWARFObj(); in TEST()
DDWARFDebugInfoTest.cpp1099 DwarfContext->getDWARFObj().getStrOffsetsSection().Data.empty()); in TEST()
3126 const auto &Obj = Context->getDWARFObj(); in TEST()
DDWARFDebugLineTest.cpp54 const DWARFObject &Obj = Context->getDWARFObj(); in generate()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h116 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj() function
371 return getDWARFObj().getFile()->getArch(); in getArch()
/external/llvm-project/llvm/tools/llvm-readobj/
DDwarfCFIEHPrinter.h189 DWARFDataExtractor DE(DICtx->getDWARFObj(), in printEHFrame()
190 DICtx->getDWARFObj().getEHFrameSection(), in printEHFrame()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h130 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj() function
411 return getDWARFObj().getFile()->getArch(); in getArch()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1557 DWARFDataExtractor RangeExtractor(OrigDwarf.getDWARFObj(), in patchRangesForUnit()
1558 OrigDwarf.getDWARFObj().getRangesSection(), in patchRangesForUnit()
1677 OrigDwarf.getDWARFObj(), OrigDwarf.getDWARFObj().getLineSection(), in patchLineTableForUnit()
1789 StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data; in patchLineTableForUnit()
1864 StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data; in patchFrameInfoForObject()
2245 auto &DwarfObj = Dwarf.getDWARFObj(); in updateAccelKind()
2326 Dwarf.getDWARFObj().getLineSection().Data, "debug_line"); in copyInvariantDebugSection()
2327 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()
2330 Dwarf.getDWARFObj().getRangesSection().Data, "debug_ranges"); in copyInvariantDebugSection()
2332 Dwarf.getDWARFObj().getFrameSection().Data, "debug_frame"); in copyInvariantDebugSection()
[all …]
DDWARFStreamer.cpp416 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit()
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp2880 auto &dobj = static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj()); in create()