Searched defs:PointerAuth (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 267 CGM.getCodeGenOpts().PointerAuth.CXXVirtualFunctionPointers) { in BuildAppleKextVirtualCall() local
|
H A D | CGPointerAuth.cpp | 171 if (auto PointerAuth = getFunctionPointerAuthInfo(FunctionType)) getFunctionPointer() local
|
H A D | CodeGenFunction.cpp | 3052 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 D | CGCall.h | 199 void setPointerAuthInfo(CGPointerAuthInfo PointerAuth) { in setPointerAuthInfo() argument
|
H A D | ItaniumCXXABI.cpp | 1978 CGPointerAuthInfo PointerAuth = CGF.EmitPointerAuthInfo(Schema, VTT, getVTableAddressPointInStructorWithVTT() local 2077 CGPointerAuthInfo PointerAuth; getVirtualFunctionPointer() local [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 396 PointerAuthOptions PointerAuth; global() variable
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 2240 getPointerAuthType(QualType Ty,PointerAuthQualifier PointerAuth) getPointerAuthType() argument
|