Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp152 const uint32_t DIEOffset, const dwarf::Attribute Attr, in getAttributeValue() argument
162 uint32_t Offset = DIEOffset + CodeByteSize; in getAttributeValue()
H A DDWARFVerifier.cpp1249 uint64_t DIEOffset = CUOffset + *EntryOr->getDIEUnitOffset(); in verifyNameIndexEntries() local
1250 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries()
1254 NI.getUnitOffset(), EntryID, DIEOffset); in verifyNameIndexEntries()
1261 NI.getUnitOffset(), EntryID, DIEOffset, CUOffset, in verifyNameIndexEntries()
1268 NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(), in verifyNameIndexEntries()
1277 NI.getUnitOffset(), EntryID, DIEOffset, Str, in verifyNameIndexEntries()
H A DDWARFUnit.cpp354 uint32_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local
361 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
394 if (DIEOffset > NextCUOffset) in extractDIEsToVector()
397 getOffset(), DIEOffset); in extractDIEsToVector()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h134 Optional<DWARFFormValue> getAttributeValue(const uint32_t DIEOffset,