Home
last modified time | relevance | path

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/
DDWARFAbbreviationDeclaration.cpp151 const uint64_t DIEOffset, const dwarf::Attribute Attr, in getAttributeValue() argument
161 uint64_t Offset = DIEOffset + CodeByteSize; in getAttributeValue()
DDWARFVerifier.cpp1230 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()
DDWARFUnit.cpp388 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/
DDWARFAbbreviationDeclaration.h133 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,