Searched refs:authPointerToPointerCast (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 512 llvm::Value *CodeGenFunction::authPointerToPointerCast(llvm::Value *ResultPtr, in authPointerToPointerCast() function in CodeGenFunction 537 Address CodeGenFunction::authPointerToPointerCast(Address Ptr, in authPointerToPointerCast() function in CodeGenFunction
|
H A D | CGExprScalar.cpp | 2379 return CGF.authPointerToPointerCast(Result, E->getType(), DestTy); in VisitCastExpr() 2530 IntToPtr = CGF.authPointerToPointerCast(IntToPtr, E->getType(), DestTy); in VisitCastExpr() 2546 PtrExpr = CGF.authPointerToPointerCast(PtrExpr, E->getType(), DestTy); in VisitCastExpr()
|
H A D | CodeGenFunction.h | 4460 llvm::Value *authPointerToPointerCast(llvm::Value *ResultPtr, 4462 Address authPointerToPointerCast(Address Ptr, QualType SourceType,
|
H A D | CGExpr.cpp | 1317 return CGF.authPointerToPointerCast(Addr, CE->getSubExpr()->getType(), in EmitPointerWithAlignment()
|