Searched refs:DIEOffset (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 151 const uint64_t DIEOffset, const dwarf::Attribute Attr, in getAttributeValue() argument 161 uint64_t Offset = DIEOffset + CodeByteSize; in getAttributeValue()
|
D | DWARFVerifier.cpp | 1230 uint64_t DIEOffset = CUOffset + *EntryOr->getDIEUnitOffset(); in verifyNameIndexEntries() local 1231 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries() 1235 NI.getUnitOffset(), EntryID, DIEOffset); in verifyNameIndexEntries() 1242 NI.getUnitOffset(), EntryID, DIEOffset, CUOffset, in verifyNameIndexEntries() 1249 NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(), in verifyNameIndexEntries() 1258 NI.getUnitOffset(), EntryID, DIEOffset, Str, in verifyNameIndexEntries()
|
D | DWARFUnit.cpp | 388 uint64_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local 395 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector() 428 if (DIEOffset > NextCUOffset) in extractDIEsToVector() 432 getOffset(), DIEOffset); in extractDIEsToVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 133 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
|