Searched refs:readSLEB128 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp406 static uintptr_t readSLEB128(const uint8_t **data) { function
453 result = readSLEB128(&p);
566 typeOffset = readSLEB128(&actionPos);
568 actionOffset = readSLEB128(&tempActionPos);

Completed in 59 milliseconds