Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.h218 struct CFICheckFailData { struct
225 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
231 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
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()
Dubsan_handlers_cxx.cpp98 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, in __ubsan_handle_cfi_bad_type()
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp109 Value &CFICheckFailData = *(args++); in buildCFICheck() local
110 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck()
121 IRBFail.CreateCall(CFICheckFailFn, {&CFICheckFailData, &Addr}); in buildCFICheck()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp123 Value &CFICheckFailData = *(args++); in buildCFICheck() local
124 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck()
135 IRBFail.CreateCall(CFICheckFailFn, {&CFICheckFailData, &Addr}); in buildCFICheck()
/external/llvm-project/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp123 Value &CFICheckFailData = *(args++); in buildCFICheck() local
124 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck()
135 IRBFail.CreateCall(CFICheckFailFn, {&CFICheckFailData, &Addr}); in buildCFICheck()
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h161 struct CFICheckFailData { struct
168 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
Dubsan_handlers.cc526 static void handleCFIBadIcall(CFICheckFailData *Data, ValueHandle Function, in handleCFIBadIcall()
553 void HandleCFIBadType(CFICheckFailData *Data, ValueHandle Vtable,
556 static void HandleCFIBadType(CFICheckFailData *Data, ValueHandle Vtable,
563 void __ubsan::__ubsan_handle_cfi_check_fail(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail()
573 void __ubsan::__ubsan_handle_cfi_check_fail_abort(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail_abort()
Dubsan_handlers_cxx.cc98 void HandleCFIBadType(CFICheckFailData *Data, ValueHandle Vtable, in HandleCFIBadType()
/external/compiler-rt/lib/cfi/
Dcfi.cc310 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false); in CfiSlowPathCommon()
/external/llvm-project/compiler-rt/lib/cfi/
Dcfi.cpp351 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false); in CfiSlowPathCommon()