Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp504 uintptr_t actionEntry, in handleActionValue() argument
527 const uint8_t *actionPos = (uint8_t*) actionEntry, in handleActionValue()
661 uintptr_t actionEntry = readULEB128(&callSitePtr); in handleLsda() local
666 actionEntry = 0; in handleLsda()
678 if (actionEntry) { in handleLsda()
679 actionEntry += ((uintptr_t) actionTableStart) - 1; in handleLsda()
697 if (actionEntry) { in handleLsda()
701 actionEntry, in handleLsda()
723 if (!actionEntry || !exceptionMatched) { in handleLsda()
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp696 uintptr_t actionEntry = readULEB128(&callSitePtr); in scan_eh_tab() local
701 uintptr_t actionEntry = readULEB128(&callSitePtr); in scan_eh_tab()
718 if (actionEntry == 0) in scan_eh_tab()
727 const uint8_t* action = actionTableStart + (actionEntry - 1); in scan_eh_tab()