Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp74 CGPointerAuthInfo CodeGenModule::getFunctionPointerAuthInfo(QualType T) { in getFunctionPointerAuthInfo() function in CodeGenModule
164 return CGM.getFunctionPointerAuthInfo(PointeeType); in getPointerAuthInfoForPointeeType()
477 if (auto PointerAuth = getFunctionPointerAuthInfo(FunctionType)) in getFunctionPointer()
665 CurAuthInfo = CGM.getFunctionPointerAuthInfo(SourceType); in authPointerToPointerCast()
668 NewAuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in authPointerToPointerCast()
691 Ptr.setPointerAuthInfo(CGM.getFunctionPointerAuthInfo(SourceType)); in authPointerToPointerCast()
696 NewAuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in authPointerToPointerCast()
H A DCodeGenModule.h1044 CGPointerAuthInfo getFunctionPointerAuthInfo(QualType T);
H A DCGExprConstant.cpp2222 AuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in tryEmitBase()
H A DCGExpr.cpp6022 CGPointerAuthInfo pointerAuth = CGM.getFunctionPointerAuthInfo(functionType); in EmitCallee()