Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp685 const uint8_t* actionTableStart = callSiteTableEnd; in scan_eh_tab() local
727 const uint8_t* action = actionTableStart + (actionEntry - 1); in scan_eh_tab()
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp649 const uint8_t *actionTableStart = callSiteTableEnd; in handleLsda() local
679 actionEntry += ((uintptr_t) actionTableStart) - 1; in handleLsda()