Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp151 uint32_t AttrIndex, uint64_t DIEOffset, const DWARFUnit &U) const { in getAttributeOffsetFromIndex() argument
156 uint64_t Offset = DIEOffset + CodeByteSize; in getAttributeOffsetFromIndex()
187 DWARFAbbreviationDeclaration::getAttributeValue(const uint64_t DIEOffset, in getAttributeValue() argument
196 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()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieManualExtractTest.cpp54 uint64_t DIEOffset = CU->getOffset() + CU->getHeaderSize(); in TEST() local
58 ASSERT_TRUE(DieInfo.extractFast(*CU, &DIEOffset, DebugInfoData, NextCUOffset, in TEST()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h143 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
154 uint64_t getAttributeOffsetFromIndex(uint32_t AttrIndex, uint64_t DIEOffset,
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp67 uint64_t DIEOffset; member
69 : DwUnit(_DwUnit), DIEOffset(_DIEOffset) {} in DIELocation()
807 DwUnit->getDIEForOffset(CrossCUReferenceToBeResolved.DIEOffset); in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp364 uint64_t DIEOffset = Unit.getOffset() + Unit.getHeaderSize(); in updateUnitDebugInfo() local
375 DIEOffset < NextCUOffset && in updateUnitDebugInfo()
376 Die.extractFast(Unit, &DIEOffset, DebugInfoData, NextCUOffset, Depth)) { in updateUnitDebugInfo()
765 if (DIEOffset > NextCUOffset) in updateUnitDebugInfo()