Searched refs:DIEOffset (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAbbreviationDeclaration.cpp | 171 uint32_t AttrIndex, uint64_t DIEOffset, const DWARFUnit &U) const { in getAttributeOffsetFromIndex() argument 176 uint64_t Offset = DIEOffset + CodeByteSize; in getAttributeOffsetFromIndex() 207 DWARFAbbreviationDeclaration::getAttributeValue(const uint64_t DIEOffset, in getAttributeValue() argument 216 uint64_t Offset = getAttributeOffsetFromIndex(*MatchAttrIndex, DIEOffset, U); in getAttributeValue()
|
H A D | DWARFVerifier.cpp | 1732 uint64_t DIEOffset = in verifyNameIndexCompleteness() 1737 if (DIEOffset >= NextUnitOffset) { in verifyNameIndexCompleteness() 1741 NI.getUnitOffset(), EntryID, DIEOffset, in verifyNameIndexCompleteness() 1746 DWARFDie DIE = NonSkeletonUnit->getDIEForOffset(DIEOffset); in verifyNameIndexCompleteness() 1752 NI.getUnitOffset(), EntryID, DIEOffset); in verifyNameIndexCompleteness() 1767 NI.getUnitOffset(), EntryID, DIEOffset, *UnitOffset, in verifyNameIndexCompleteness() 1777 NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(), in verifyNameIndexCompleteness() 1793 NI.getUnitOffset(), EntryID, DIEOffset, Str, in verifyNameIndexCompleteness() 1609 uint64_t DIEOffset = CUOffset + *EntryOr->getDIEUnitOffset(); verifyNameIndexEntries() local
|
H A D | DWARFUnit.cpp | 413 uint64_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local 440 if (!DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDieManualExtractTest.cpp | 54 uint64_t DIEOffset = CU->getOffset() + CU->getHeaderSize(); in TEST() local 58 ASSERT_TRUE(DieInfo.extractFast(*CU, &DIEOffset, DebugInfoData, NextCUOffset, in TEST()
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAbbreviationDeclaration.h | 151 std::optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset, 162 uint64_t getAttributeOffsetFromIndex(uint32_t AttrIndex, uint64_t DIEOffset,
|
/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 68 uint64_t DIEOffset; member 70 : DwUnit(_DwUnit), DIEOffset(_DIEOffset) {} in DIELocation() 819 DwUnit->getDIEForOffset(CrossCUReferenceToBeResolved.DIEOffset); in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
|