Searched refs:CFICheckFailData (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 218 struct CFICheckFailData { struct 225 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument 231 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
|
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, 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()
|
D | ubsan_handlers_cxx.cpp | 98 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, in __ubsan_handle_cfi_bad_type()
|
/external/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 109 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/ |
D | CrossDSOCFI.cpp | 123 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/ |
D | CrossDSOCFI.cpp | 123 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/ |
D | ubsan_handlers.h | 161 struct CFICheckFailData { struct 168 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function, argument
|
D | ubsan_handlers.cc | 526 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()
|
D | ubsan_handlers_cxx.cc | 98 void HandleCFIBadType(CFICheckFailData *Data, ValueHandle Vtable, in HandleCFIBadType()
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 310 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false); in CfiSlowPathCommon()
|
/external/llvm-project/compiler-rt/lib/cfi/ |
D | cfi.cpp | 351 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false); in CfiSlowPathCommon()
|