Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp151 const uint64_t DIEOffset, const dwarf::Attribute Attr, in getAttributeValue() argument
163 uint64_t Offset = DIEOffset + CodeByteSize; in getAttributeValue()
H A DDWARFVerifier.cpp1287 uint64_t DIEOffset = CUOffset + *EntryOr->getDIEUnitOffset(); in verifyNameIndexEntries() local
1288 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries()
1292 NI.getUnitOffset(), EntryID, DIEOffset); in verifyNameIndexEntries()
1299 NI.getUnitOffset(), EntryID, DIEOffset, CUOffset, in verifyNameIndexEntries()
1306 NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(), in verifyNameIndexEntries()
1315 NI.getUnitOffset(), EntryID, DIEOffset, Str, in verifyNameIndexEntries()
H A DDWARFUnit.cpp360 uint64_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local
367 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
400 if (DIEOffset > NextCUOffset) in extractDIEsToVector()
406 getOffset(), DIEOffset)); in extractDIEsToVector()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h143 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,