Searched defs:readSLEB128 (Results 1 - 2 of 2) sorted by path

/external/libcxxabi/src/
H A Dcxa_personality.cpp202 readSLEB128(const uint8_t** data) function
245 result = static_cast<uintptr_t>(readSLEB128(&p));
681 int64_t ttypeIndex = readSLEB128(&action);
839 int64_t actionOffset = readSLEB128(&temp);
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp399 static uintptr_t readSLEB128(const uint8_t **data) { function
470 result = readSLEB128(&p);
584 typeOffset = readSLEB128(&actionPos);
586 actionOffset = readSLEB128(&tempActionPos);

Completed in 310 milliseconds