Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp530 actionOffset; in handleActionValue() local
538 actionOffset = readSLEB128(&tempActionPos); in handleActionValue()
545 actionOffset); in handleActionValue()
574 if (!actionOffset) in handleActionValue()
577 actionPos += actionOffset; in handleActionValue()
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp829 int64_t actionOffset = readSLEB128(&temp); in scan_eh_tab() local
830 if (actionOffset == 0) in scan_eh_tab()
841 action += actionOffset; in scan_eh_tab()