Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A 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()
H A 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()
H A DDWARFUnit.cpp401 uint64_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local
428 if (!DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h143 std::optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
154 uint64_t getAttributeOffsetFromIndex(uint32_t AttrIndex, uint64_t DIEOffset,
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp67 uint64_t DIEOffset; member
69 : DwUnit(_DwUnit), DIEOffset(_DIEOffset) {} in DIELocation()
808 DwUnit->getDIEForOffset(CrossCUReferenceToBeResolved.DIEOffset); in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()