Searched refs:DIEOffset (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAbbreviationDeclaration.cpp | 151 const uint64_t DIEOffset, const dwarf::Attribute Attr, in getAttributeValue() argument 163 uint64_t Offset = DIEOffset + CodeByteSize; in getAttributeValue()
|
H A D | DWARFVerifier.cpp | 1287 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 D | DWARFUnit.cpp | 360 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 D | DWARFAbbreviationDeclaration.h | 143 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
|