Home
last modified time | relevance | path

Searched refs:DIEOffset (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp196 uint32_t DIEOffset = Offset + getHeaderSize(); in extractDIEsToVector() local
202 while (DIEOffset < NextCUOffset && DIE.extractFast(this, &DIEOffset)) { in extractDIEsToVector()
234 if (DIEOffset > NextCUOffset) in extractDIEsToVector()
236 "bounds cu 0x%8.8x at 0x%8.8x'\n", getOffset(), DIEOffset); in extractDIEsToVector()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp152 const uint32_t DIEOffset, const dwarf::Attribute Attr, in getAttributeValue() argument
162 uint32_t Offset = DIEOffset + CodeByteSize; in getAttributeValue()
DDWARFVerifier.cpp1098 uint64_t DIEOffset = CUOffset + *EntryOr->getDIEUnitOffset(); in verifyNameIndexEntries() local
1099 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries()
1103 NI.getUnitOffset(), EntryID, DIEOffset); in verifyNameIndexEntries()
1110 NI.getUnitOffset(), EntryID, DIEOffset, CUOffset, in verifyNameIndexEntries()
1117 NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(), in verifyNameIndexEntries()
1126 NI.getUnitOffset(), EntryID, DIEOffset, Str, in verifyNameIndexEntries()
DDWARFUnit.cpp215 uint32_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local
222 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
255 if (DIEOffset > NextCUOffset) in extractDIEsToVector()
258 getOffset(), DIEOffset); in extractDIEsToVector()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h134 Optional<DWARFFormValue> getAttributeValue(const uint32_t DIEOffset,