Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp529 int64_t typeOffset = 0, in handleActionValue() local
536 typeOffset = readSLEB128(&actionPos); in handleActionValue()
544 typeOffset, in handleActionValue()
547 assert((typeOffset >= 0) && in handleActionValue()
552 if (typeOffset > 0) { in handleActionValue()
559 const uint8_t *EntryP = ClassInfo - typeOffset * EncSize; in handleActionValue()