/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 149 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()
|
D | DWARFVerifier.cpp | 1386 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()
|
D | DWARFUnit.cpp | 401 uint64_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local 428 if (!DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 196 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/ |
D | DWARFAbbreviationDeclaration.h | 143 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/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 133 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
|