Searched refs:DIEOffset (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/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 | 1610 uint64_t DIEOffset = CUOffset + *EntryOr->getDIEUnitOffset(); in verifyNameIndexEntries() local 1611 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries() 1616 NI.getUnitOffset(), EntryID, DIEOffset); in verifyNameIndexEntries() 1626 NI.getUnitOffset(), EntryID, DIEOffset, CUOffset, in verifyNameIndexEntries() 1636 NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(), in verifyNameIndexEntries() 1652 NI.getUnitOffset(), EntryID, DIEOffset, Str, in verifyNameIndexEntries()
|
H A D | DWARFUnit.cpp | 413 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 D | DWARFAbbreviationDeclaration.h | 151 std::optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset, 162 uint64_t getAttributeOffsetFromIndex(uint32_t AttrIndex, uint64_t DIEOffset,
|
/freebsd/contrib/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()
|