Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c224 const uint8_t *callSiteTableEnd = callSiteTableStart + callSiteTableLength; in __gcc_personality_sj0() local
226 while (p < callSiteTableEnd) { in __gcc_personality_sj0()
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp684 const uint8_t* callSiteTableEnd = callSiteTableStart + callSiteTableLength; in scan_eh_tab() local
685 const uint8_t* actionTableStart = callSiteTableEnd; in scan_eh_tab()
687 while (callSitePtr < callSiteTableEnd) in scan_eh_tab()
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp647 const uint8_t *callSiteTableEnd = callSiteTableStart + in handleLsda() local
649 const uint8_t *actionTableStart = callSiteTableEnd; in handleLsda()
652 while (callSitePtr < callSiteTableEnd) { in handleLsda()