Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h218 struct CFICheckFailData { struct
225 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
231 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,
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 Dubsan_handlers_cxx.cpp98 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 DCrossDSOCFI.cpp118 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 Dcfi.cpp351 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false); in CfiSlowPathCommon()