Searched defs:ttypeEncoding (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxxabi/src/ |
H A D | cxa_personality.cpp | 364 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument 387 uint8_t ttypeEncoding, boo in get_shim_type_info() argument 435 exception_spec_can_catch(int64_t specIndex,const uint8_t * classInfo,uint8_t ttypeEncoding,const __shim_type_info * excpType,void * adjustedPtr,_Unwind_Exception * unwind_exception,uintptr_t=0) exception_spec_can_catch() argument 481 exception_spec_can_catch(int64_t specIndex,const uint8_t * classInfo,uint8_t ttypeEncoding,const __shim_type_info * excpType,void * adjustedPtr,_Unwind_Exception * unwind_exception,uintptr_t base=0) exception_spec_can_catch() argument 666 uint8_t ttypeEncoding = *lsda++; scan_eh_tab() local 1230 uint8_t ttypeEncoding = *lsda++; __cxa_call_unexpected() local [all...] |
/llvm-project/compiler-rt/lib/builtins/ |
H A D | gcc_personality_v0.c | 216 uint8_t ttypeEncoding = *lsda++; in __gcc_personality_sj0() local
|
/llvm-project/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 630 uint8_t ttypeEncoding = *lsda++; handleLsda() local
|