Home
last modified time | relevance | path

Searched defs:PointerAuth (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp267 CGM.getCodeGenOpts().PointerAuth.CXXVirtualFunctionPointers) { in BuildAppleKextVirtualCall() local
H A DCGPointerAuth.cpp171 if (auto PointerAuth = getFunctionPointerAuthInfo(FunctionType)) getFunctionPointer() local
H A DCodeGenFunction.cpp3052 EmitPointerAuthOperandBundle(const CGPointerAuthInfo & PointerAuth,SmallVectorImpl<llvm::OperandBundleDef> & Bundles) EmitPointerAuthOperandBundle() argument
3068 EmitPointerAuthCommon(CodeGenFunction & CGF,const CGPointerAuthInfo & PointerAuth,llvm::Value * Pointer,unsigned IntrinsicID) EmitPointerAuthCommon() argument
3095 EmitPointerAuthSign(const CGPointerAuthInfo & PointerAuth,llvm::Value * Pointer) EmitPointerAuthSign() argument
3104 EmitStrip(CodeGenFunction & CGF,const CGPointerAuthInfo & PointerAuth,llvm::Value * Pointer) EmitStrip() argument
3117 EmitPointerAuthAuth(const CGPointerAuthInfo & PointerAuth,llvm::Value * Pointer) EmitPointerAuthAuth() argument
[all...]
H A DCGCall.h199 void setPointerAuthInfo(CGPointerAuthInfo PointerAuth) { in setPointerAuthInfo() argument
H A DItaniumCXXABI.cpp1978 CGPointerAuthInfo PointerAuth = CGF.EmitPointerAuthInfo(Schema, VTT, getVTableAddressPointInStructorWithVTT() local
2077 CGPointerAuthInfo PointerAuth; getVirtualFunctionPointer() local
[all...]
/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h396 PointerAuthOptions PointerAuth; global() variable
/llvm-project/clang/include/clang/AST/
H A DASTContext.h2240 getPointerAuthType(QualType Ty,PointerAuthQualifier PointerAuth) getPointerAuthType() argument