Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp35 const DWARFObject &D = C.getDWARFObj(); in parse()
44 const DWARFObject &D = C.getDWARFObj(); in parseDWO()
67 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, isLittleEndian, in getDebugInfoExtractor()
76 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem()
90 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem()
188 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection, in extractRangeList()
299 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in extractDIEsIfNeeded()
313 setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), 0); in extractDIEsIfNeeded()
315 setRangesSection(&Context.getDWARFObj().getRnglistsSection(), in extractDIEsIfNeeded()
320 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection, in extractDIEsIfNeeded()
[all …]
DDWARFVerifier.cpp238 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev()
258 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo()
395 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute()
450 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoForm()
553 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets()
686 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable()
1289 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames()
1329 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables()
DDWARFDebugAranges.cpp46 DataExtractor ArangesData(CTX->getDWARFObj().getARangeSection(), in generate()
DDWARFDie.cpp88 const DWARFObject &Obj = Ctx.getDWARFObj(); in dumpLocation()
262 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp52 StringRef RemainingTable = DCtx.getDWARFObj().getStringSection(); in dumpDebugStrings()
61 DataExtractor ArangesData(DCtx.getDWARFObj().getARangeSection(), in dumpDebugARanges()
102 const DWARFObject &D = DCtx.getDWARFObj(); in dumpDebugPubSections()
248 DataExtractor LineData(DCtx.getDWARFObj().getLineSection().Data, in dumpDebugLines()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1574 DWARFDataExtractor RangeExtractor(OrigDwarf.getDWARFObj(), in patchRangesForUnit()
1575 OrigDwarf.getDWARFObj().getRangeSection(), in patchRangesForUnit()
1694 OrigDwarf.getDWARFObj(), OrigDwarf.getDWARFObj().getLineSection(), in patchLineTableForUnit()
1803 StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data; in patchLineTableForUnit()
1880 StringRef FrameData = OrigDwarf.getDWARFObj().getDebugFrameSection(); in patchFrameInfoForObject()
2272 auto &DwarfObj = Dwarf.getDWARFObj(); in updateAccelKind()
DDwarfStreamer.cpp400 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h124 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp53 const DWARFObject &Obj = Context->getDWARFObj(); in generate()