Searched refs:CFICheckFailData (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 218 struct CFICheckFailData { struct 225 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument 231 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
|
| H A D | ubsan_handlers.cpp | 826 static void handleCFIBadIcall(CFICheckFailData *Data, ValueHandle Function, in handleCFIBadIcall() 874 extern "C" void __ubsan_handle_cfi_bad_type_default(CFICheckFailData *Data, in __ubsan_handle_cfi_bad_type_default() 885 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, 889 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, 897 void __ubsan::__ubsan_handle_cfi_check_fail(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail() 907 void __ubsan::__ubsan_handle_cfi_check_fail_abort(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail_abort()
|
| H A D | ubsan_handlers_cxx.cpp | 98 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, in __ubsan_handle_cfi_bad_type()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 118 Value &CFICheckFailData = *(args++); in buildCFICheck() local 119 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck() 130 IRBFail.CreateCall(CFICheckFailFn, {&CFICheckFailData, &Addr}); in buildCFICheck()
|
| /llvm-project-15.0.7/compiler-rt/lib/cfi/ |
| H A D | cfi.cpp | 351 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false); in CfiSlowPathCommon()
|