Home
last modified time | relevance | path

Searched refs:UEndOffset (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp25 const uint32_t UEndOffset = U.getNextUnitOffset(); in extractFast() local
26 return extractFast(U, OffsetPtr, DebugInfoData, UEndOffset, 0); in extractFast()
31 uint32_t UEndOffset, uint32_t D) { in extractFast() argument
34 if (Offset >= UEndOffset || !DebugInfoData.isValidOffset(Offset)) in extractFast()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h44 const DWARFDataExtractor &DebugInfoData, uint32_t UEndOffset,
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp188 uint32_t UEndOffset = U->getNextUnitOffset(); in extractFast() local
189 if (Offset >= UEndOffset || !DebugInfoData.isValidOffset(Offset)) in extractFast()