Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp580 actionOffset; in handleActionValue() local
588 actionOffset = readSLEB128(&tempActionPos); in handleActionValue()
595 actionOffset); in handleActionValue()
624 if (!actionOffset) in handleActionValue()
627 actionPos += actionOffset; in handleActionValue()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp560 actionOffset; in handleActionValue() local
568 actionOffset = readSLEB128(&tempActionPos); in handleActionValue()
575 actionOffset); in handleActionValue()
598 if (!actionOffset) in handleActionValue()
601 actionPos += actionOffset; in handleActionValue()
/external/libcxxabi/src/
Dcxa_personality.cpp861 int64_t actionOffset = readSLEB128(&temp); in scan_eh_tab() local
862 if (actionOffset == 0) in scan_eh_tab()
869 action += actionOffset; in scan_eh_tab()