Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c215 const uint8_t* callSiteTableEnd = callSiteTableStart + callSiteTableLength; in __gcc_personality_sj0() local
217 while (p < callSiteTableEnd) { in __gcc_personality_sj0()
/external/llvm-project/compiler-rt/lib/builtins/
Dgcc_personality_v0.c210 const uint8_t *callSiteTableEnd = callSiteTableStart + callSiteTableLength; in __gcc_personality_sj0() local
212 while (p < callSiteTableEnd) { in __gcc_personality_sj0()
/external/libcxxabi/src/
Dcxa_personality.cpp658 const uint8_t* callSiteTableEnd = callSiteTableStart + callSiteTableLength; in scan_eh_tab() local
659 const uint8_t* actionTableStart = callSiteTableEnd; in scan_eh_tab()
661 while (callSitePtr < callSiteTableEnd) in scan_eh_tab()
/external/llvm-project/libcxxabi/src/
Dcxa_personality.cpp657 const uint8_t* callSiteTableEnd = callSiteTableStart + callSiteTableLength; in scan_eh_tab() local
658 const uint8_t* actionTableStart = callSiteTableEnd; in scan_eh_tab()
660 while (callSitePtr < callSiteTableEnd) in scan_eh_tab()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp698 const uint8_t *callSiteTableEnd = callSiteTableStart + in handleLsda() local
700 const uint8_t *actionTableStart = callSiteTableEnd; in handleLsda()
703 while (callSitePtr < callSiteTableEnd) { in handleLsda()
/external/llvm-project/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp647 const uint8_t *callSiteTableEnd = callSiteTableStart + in handleLsda() local
649 const uint8_t *actionTableStart = callSiteTableEnd; in handleLsda()
652 while (callSitePtr < callSiteTableEnd) { in handleLsda()