Home
last modified time | relevance | path

Searched refs:authPointerToPointerCast (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp649 llvm::Value *CodeGenFunction::authPointerToPointerCast(llvm::Value *ResultPtr, in authPointerToPointerCast() function in CodeGenFunction
674 Address CodeGenFunction::authPointerToPointerCast(Address Ptr, in authPointerToPointerCast() function in CodeGenFunction
H A DCGExprScalar.cpp2588 return CGF.authPointerToPointerCast(Result, E->getType(), DestTy); in VisitCastExpr()
2738 IntToPtr = CGF.authPointerToPointerCast(IntToPtr, E->getType(), DestTy); in VisitCastExpr()
2754 PtrExpr = CGF.authPointerToPointerCast(PtrExpr, E->getType(), DestTy); in VisitCastExpr()
H A DCodeGenFunction.h4620 llvm::Value *authPointerToPointerCast(llvm::Value *ResultPtr,
4622 Address authPointerToPointerCast(Address Ptr, QualType SourceType,
H A DCGExpr.cpp1373 return CGF.authPointerToPointerCast(Addr, CE->getSubExpr()->getType(), in EmitPointerWithAlignment()