Searched refs:CFICheckFailData (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 220 struct CFICheckFailData { struct 227 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument 233 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
|
| H A D | ubsan_handlers.cc | 769 static void handleCFIBadIcall(CFICheckFailData *Data, ValueHandle Function, in handleCFIBadIcall() 817 extern "C" void __ubsan_handle_cfi_bad_type_default(CFICheckFailData *Data, in __ubsan_handle_cfi_bad_type_default() 828 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, 832 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, 840 void __ubsan::__ubsan_handle_cfi_check_fail(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail() 850 void __ubsan::__ubsan_handle_cfi_check_fail_abort(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail_abort()
|
| H A D | ubsan_handlers_cxx.cc | 99 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, in __ubsan_handle_cfi_bad_type()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 127 Value &CFICheckFailData = *(args++); in buildCFICheck() local 128 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck() 139 IRBFail.CreateCall(CFICheckFailFn, {&CFICheckFailData, &Addr}); in buildCFICheck()
|
| /freebsd-12.1/contrib/compiler-rt/lib/cfi/ |
| H A D | cfi.cc | 352 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false); in CfiSlowPathCommon()
|