Home
last modified time | relevance | path

Searched refs:EmitPointerAuthAuth (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp202 llvm::Value *AuthedValue = EmitPointerAuthAuth(CurAuth, Value); in emitPointerAuthResignCall()
273 Value = EmitPointerAuthAuth(CurAuthInfo, Value); in emitPointerAuthResign()
H A DCGClass.cpp2701 EmitPointerAuthAuth(*AuthenticationInfo, VTable)); in GetVTablePtr()
2712 VTable = cast<llvm::Instruction>(EmitPointerAuthAuth( in GetVTablePtr()
H A DCodeGenFunction.cpp3135 CodeGenFunction::EmitPointerAuthAuth(const CGPointerAuthInfo &PointerAuth, in EmitPointerAuthAuth() function in CodeGenFunction
H A DCodeGenFunction.h4445 llvm::Value *EmitPointerAuthAuth(const CGPointerAuthInfo &Info,
H A DItaniumCXXABI.cpp2135 AP = CGF.EmitPointerAuthAuth(PointerAuth, AP); in getVTableAddressPointInStructorWithVTT()