Searched refs:DIEOffset (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 196 uint32_t DIEOffset = Offset + getHeaderSize(); in extractDIEsToVector() local 202 while (DIEOffset < NextCUOffset && DIE.extractFast(this, &DIEOffset)) { in extractDIEsToVector() 234 if (DIEOffset > NextCUOffset) in extractDIEsToVector() 236 "bounds cu 0x%8.8x at 0x%8.8x'\n", getOffset(), DIEOffset); in extractDIEsToVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 152 const uint32_t DIEOffset, const dwarf::Attribute Attr, in getAttributeValue() argument 162 uint32_t Offset = DIEOffset + CodeByteSize; in getAttributeValue()
|
D | DWARFVerifier.cpp | 1098 uint64_t DIEOffset = CUOffset + *EntryOr->getDIEUnitOffset(); in verifyNameIndexEntries() local 1099 DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset); in verifyNameIndexEntries() 1103 NI.getUnitOffset(), EntryID, DIEOffset); in verifyNameIndexEntries() 1110 NI.getUnitOffset(), EntryID, DIEOffset, CUOffset, in verifyNameIndexEntries() 1117 NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(), in verifyNameIndexEntries() 1126 NI.getUnitOffset(), EntryID, DIEOffset, Str, in verifyNameIndexEntries()
|
D | DWARFUnit.cpp | 215 uint32_t DIEOffset = getOffset() + getHeaderSize(); in extractDIEsToVector() local 222 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector() 255 if (DIEOffset > NextCUOffset) in extractDIEsToVector() 258 getOffset(), DIEOffset); in extractDIEsToVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 134 Optional<DWARFFormValue> getAttributeValue(const uint32_t DIEOffset,
|