Searched refs:DIEOffset (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 408 uint64_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local 417 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.h | 143 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
|