Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp24 const uint64_t UEndOffset = U.getNextUnitOffset(); in extractFast() local
25 return extractFast(U, OffsetPtr, DebugInfoData, UEndOffset, 0); in extractFast()
30 uint64_t UEndOffset, uint32_t D) { in extractFast() argument
33 if (Offset >= UEndOffset || !DebugInfoData.isValidOffset(Offset)) in extractFast()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp24 const uint64_t UEndOffset = U.getNextUnitOffset(); in extractFast() local
25 return extractFast(U, OffsetPtr, DebugInfoData, UEndOffset, 0); in extractFast()
30 uint64_t UEndOffset, uint32_t D) { in extractFast() argument
33 if (Offset >= UEndOffset || !DebugInfoData.isValidOffset(Offset)) in extractFast()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h43 const DWARFDataExtractor &DebugInfoData, uint64_t UEndOffset,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h43 const DWARFDataExtractor &DebugInfoData, uint64_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()