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

/external/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp109 Value &CFICheckFailData = *(args++); local
110 CFICheckFailData.setName("CFICheckFailData");
121 IRBFail.CreateCall(CFICheckFailFn, {&CFICheckFailData, &Addr});
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h161 struct CFICheckFailData { struct in namespace:__ubsan
168 RECOVERABLE(cfi_check_fail, CFICheckFailData *Data, ValueHandle Function,
H A Dubsan_handlers_cxx.cc98 void HandleCFIBadType(CFICheckFailData *Data, ValueHandle Vtable,
H A Dubsan_handlers.cc526 static void handleCFIBadIcall(CFICheckFailData *Data, ValueHandle Function,
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,
573 void __ubsan::__ubsan_handle_cfi_check_fail_abort(CFICheckFailData *Data,
/external/compiler-rt/lib/cfi/
H A Dcfi.cc310 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false);

Completed in 122 milliseconds