Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp171 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 DDWARFVerifier.cpp1735 uint64_t DIEOffset = in verifyNameIndexEntries() local
1740 if (DIEOffset >= NextUnitOffset) { in verifyNameIndexEntries()
1744 NI.getUnitOffset(), EntryID, DIEOffset, in verifyNameIndexEntries()
1749 DWARFDie DIE = NonSkeletonUnit->getDIEForOffset(DIEOffset); in verifyNameIndexEntries()
1754 NI.getUnitOffset(), EntryID, DIEOffset); in verifyNameIndexEntries()
1768 NI.getUnitOffset(), EntryID, DIEOffset, *UnitOffset, in verifyNameIndexEntries()
1777 NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(), in verifyNameIndexEntries()
1792 NI.getUnitOffset(), EntryID, DIEOffset, Str, in verifyNameIndexEntries()
H A DDWARFUnit.cpp413 uint64_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local
440 if (!DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h154 getAttributeValue(const uint64_t DIEOffset, const dwarf::Attribute Attr,
165 uint64_t DIEOffset,
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp68 uint64_t DIEOffset; member
70 : DwUnit(_DwUnit), DIEOffset(_DIEOffset) {} in DIELocation()
821 DwUnit->getDIEForOffset(CrossCUReferenceToBeResolved.DIEOffset); in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()