Searched refs:DIEOffset (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.cpp | 152 const uint32_t DIEOffset, const dwarf::Attribute Attr, in getAttributeValue() argument 162 uint32_t Offset = DIEOffset + CodeByteSize; in getAttributeValue()
|
| H A D | DWARFVerifier.cpp | 1249 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 D | DWARFUnit.cpp | 354 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 D | DWARFAbbreviationDeclaration.h | 134 Optional<DWARFFormValue> getAttributeValue(const uint32_t DIEOffset,
|