Searched refs:CFICheckFailData (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 103 Value &CFICheckFailData = *(args++); in buildCFICheck() local 104 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck() 115 IRBFail.CreateCall(CFICheckFailFn, {&CFICheckFailData, &Addr}); in buildCFICheck()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 223 struct CFICheckFailData { struct 230 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument 236 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
|
| H A D | ubsan_handlers.cpp | 858 static void handleCFIBadIcall(CFICheckFailData *Data, ValueHandle Function, in handleCFIBadIcall() 903 extern "C" void __ubsan_handle_cfi_bad_type_default(CFICheckFailData *Data, in __ubsan_handle_cfi_bad_type_default() 911 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, 915 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, 923 void __ubsan::__ubsan_handle_cfi_check_fail(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail() 933 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()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/cfi/ |
| H A D | cfi.cpp | 355 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false); in CfiSlowPathCommon()
|