Home
last modified time | relevance | path

Searched refs:ReadType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp223 uintptr_t ReadType(const uint8_t *&p) { in ReadType() function
421 result = ReadType<uintptr_t>(p); in readEncodedPointer()
431 result = ReadType<uint16_t>(p); in readEncodedPointer()
434 result = ReadType<uint32_t>(p); in readEncodedPointer()
437 result = ReadType<uint64_t>(p); in readEncodedPointer()
440 result = ReadType<int16_t>(p); in readEncodedPointer()
443 result = ReadType<int32_t>(p); in readEncodedPointer()
446 result = ReadType<int64_t>(p); in readEncodedPointer()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSchedule.td338 SchedRead ReadType = read;