Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c223 const uint8_t *callSiteTableStart = lsda; in __gcc_personality_sj0() local
224 const uint8_t *callSiteTableEnd = callSiteTableStart + callSiteTableLength; in __gcc_personality_sj0()
225 const uint8_t *p = callSiteTableStart; in __gcc_personality_sj0()
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp683 const uint8_t* callSiteTableStart = lsda; in scan_eh_tab() local
684 const uint8_t* callSiteTableEnd = callSiteTableStart + callSiteTableLength; in scan_eh_tab()
686 const uint8_t* callSitePtr = callSiteTableStart; in scan_eh_tab()
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp646 const uint8_t *callSiteTableStart = lsda; in handleLsda() local
647 const uint8_t *callSiteTableEnd = callSiteTableStart + in handleLsda()
650 const uint8_t *callSitePtr = callSiteTableStart; in handleLsda()