Searched refs:TysanCheck (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | TypeSanitizer.cpp | 111 FunctionCallee TysanCheck; member 137 TysanCheck = in initializeCallbacks() 731 IRB.CreateCall(TysanCheck, {IRB.CreateBitCast(Ptr, IRB.getPtrTy()), Size, in instrumentWithShadowUpdate() 739 IRB.CreateCall(TysanCheck, {IRB.CreateBitCast(Ptr, IRB.getPtrTy()), Size, in instrumentWithShadowUpdate() 759 IRB.CreateCall(TysanCheck, {IRB.CreateBitCast(Ptr, IRB.getPtrTy()), Size, in instrumentWithShadowUpdate()
|