Searched refs:getDWARFObj (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 35 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 …]
|
D | DWARFVerifier.cpp | 238 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()
|
D | DWARFDebugAranges.cpp | 46 DataExtractor ArangesData(CTX->getDWARFObj().getARangeSection(), in generate()
|
D | DWARFDie.cpp | 88 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/ |
D | dwarf2yaml.cpp | 52 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/ |
D | DwarfLinker.cpp | 1574 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()
|
D | DwarfStreamer.cpp | 400 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 124 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 53 const DWARFObject &Obj = Context->getDWARFObj(); in generate()
|