/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_handlers.h | 209 struct CFICheckFailData { struct 216 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument 222 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
|
H A D | ubsan_handlers.cc | 713 static void handleCFIBadIcall(CFICheckFailData *Data, ValueHandle Function, in handleCFIBadIcall() 761 extern "C" void __ubsan_handle_cfi_bad_type_default(CFICheckFailData *Data, in __ubsan_handle_cfi_bad_type_default() 772 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, 776 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, 784 void __ubsan::__ubsan_handle_cfi_check_fail(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail() 794 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()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.h | 223 struct CFICheckFailData { struct 233 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument 239 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, 900 CFICheckFailData Data = {CFITCK_ICall, CallData->Loc, CallData->Type}; in __ubsan_handle_cfi_bad_icall() 907 CFICheckFailData Data = {CFITCK_ICall, CallData->Loc, CallData->Type}; in __ubsan_handle_cfi_bad_icall_abort() 912 void __ubsan::__ubsan_handle_cfi_check_fail(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail() 922 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.h | 210 struct CFICheckFailData { struct 220 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument 226 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
|
H A D | ubsan_handlers.cc | 703 static void handleCFIBadIcall(CFICheckFailData *Data, ValueHandle Function, in handleCFIBadIcall() 751 extern "C" void __ubsan_handle_cfi_bad_type_default(CFICheckFailData *Data, in __ubsan_handle_cfi_bad_type_default() 762 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, 766 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, 777 CFICheckFailData Data = {CFITCK_ICall, CallData->Loc, CallData->Type}; in __ubsan_handle_cfi_bad_icall() 784 CFICheckFailData Data = {CFITCK_ICall, CallData->Loc, CallData->Type}; in __ubsan_handle_cfi_bad_icall_abort() 789 void __ubsan::__ubsan_handle_cfi_check_fail(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail() 799 void __ubsan::__ubsan_handle_cfi_check_fail_abort(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail_abort()
|
H A D | ubsan_handlers_cxx.cc | 98 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, in __ubsan_handle_cfi_bad_type()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 123 Value &CFICheckFailData = *(args++); in buildCFICheck() local 124 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck() 135 IRBFail.CreateCall(CFICheckFailFn, {&CFICheckFailData, &Addr}); in buildCFICheck()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ |
H A D | ChangeLog | 416 (struct CFICheckFailData): Likewise. 496 (struct CFICheckFailData): Likewise. 700 (struct CFICheckFailData): Likewise.
|