Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp149 uint32_t AttrIndex, uint64_t DIEOffset, const DWARFUnit &U) const { in getAttributeOffsetFromIndex() argument
154 uint64_t Offset = DIEOffset + CodeByteSize; in getAttributeOffsetFromIndex()
185 DWARFAbbreviationDeclaration::getAttributeValue(const uint64_t DIEOffset, in getAttributeValue() argument
194 uint64_t Offset = getAttributeOffsetFromIndex(*MatchAttrIndex, DIEOffset, U); in getAttributeValue()
DDWARFVerifier.cpp1386 uint64_t DIEOffset = CUOffset + *EntryOr->getDIEUnitOffset(); in verifyNameIndexEntries() local
1387 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries()
1391 NI.getUnitOffset(), EntryID, DIEOffset); in verifyNameIndexEntries()
1398 NI.getUnitOffset(), EntryID, DIEOffset, CUOffset, in verifyNameIndexEntries()
1405 NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(), in verifyNameIndexEntries()
1414 NI.getUnitOffset(), EntryID, DIEOffset, Str, in verifyNameIndexEntries()
DDWARFUnit.cpp401 uint64_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local
428 if (!DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
/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-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h143 std::optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
154 uint64_t getAttributeOffsetFromIndex(uint32_t AttrIndex, uint64_t DIEOffset,
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h133 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,