Home
last modified time | relevance | path

Searched refs:CFICheckFailData (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.h209 struct CFICheckFailData { struct
216 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
222 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
H A Dubsan_handlers.cc713 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 Dubsan_handlers_cxx.cc99 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 Dubsan_handlers.h223 struct CFICheckFailData { struct
233 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
239 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
H A Dubsan_handlers.cpp826 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 Dubsan_handlers_cxx.cpp98 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 Dubsan_handlers.h210 struct CFICheckFailData { struct
220 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
226 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
H A Dubsan_handlers.cc703 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 Dubsan_handlers_cxx.cc98 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 DCrossDSOCFI.cpp123 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 DChangeLog416 (struct CFICheckFailData): Likewise.
496 (struct CFICheckFailData): Likewise.
700 (struct CFICheckFailData): Likewise.