Searched refs:getFunctionPointerAuthInfo (Results 1 – 4 of 4) sorted by relevance
74 CGPointerAuthInfo CodeGenModule::getFunctionPointerAuthInfo(QualType T) { in getFunctionPointerAuthInfo() function in CodeGenModule164 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()
1044 CGPointerAuthInfo getFunctionPointerAuthInfo(QualType T);
2222 AuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in tryEmitBase()
6022 CGPointerAuthInfo pointerAuth = CGM.getFunctionPointerAuthInfo(functionType); in EmitCallee()