Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h219 struct CFICheckFailData { struct
226 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
232 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
H A Dubsan_handlers.cpp833 static void handleCFIBadIcall(CFICheckFailData *Data, ValueHandle Function, in handleCFIBadIcall()
881 extern "C" void __ubsan_handle_cfi_bad_type_default(CFICheckFailData *Data, in __ubsan_handle_cfi_bad_type_default()
892 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable,
896 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable,
904 void __ubsan::__ubsan_handle_cfi_check_fail(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail()
914 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp104 Value &CFICheckFailData = *(args++); in buildCFICheck() local
105 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck()
116 IRBFail.CreateCall(CFICheckFailFn, {&CFICheckFailData, &Addr}); in buildCFICheck()
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp355 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false); in CfiSlowPathCommon()