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.cpp512 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 DCGExprScalar.cpp2379 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 DCodeGenFunction.h4460 llvm::Value *authPointerToPointerCast(llvm::Value *ResultPtr,
4462 Address authPointerToPointerCast(Address Ptr, QualType SourceType,
H A DCGExpr.cpp1317 return CGF.authPointerToPointerCast(Addr, CE->getSubExpr()->getType(), in EmitPointerWithAlignment()