Searched refs:getFunctionPointerAuthInfo (Results 1 – 4 of 4) sorted by relevance
74 CGPointerAuthInfo CodeGenModule::getFunctionPointerAuthInfo(QualType T) { in getFunctionPointerAuthInfo() function in CodeGenModule137 return CGM.getFunctionPointerAuthInfo(PointeeType); in getPointerAuthInfoForPointeeType()345 if (auto PointerAuth = getFunctionPointerAuthInfo(FunctionType)) in getFunctionPointer()528 CurAuthInfo = CGM.getFunctionPointerAuthInfo(SourceType); in authPointerToPointerCast()531 NewAuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in authPointerToPointerCast()554 Ptr.setPointerAuthInfo(CGM.getFunctionPointerAuthInfo(SourceType)); in authPointerToPointerCast()559 NewAuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in authPointerToPointerCast()
983 CGPointerAuthInfo getFunctionPointerAuthInfo(QualType T);
2113 AuthInfo = CGM.getFunctionPointerAuthInfo(DestType); in tryEmitBase()
5594 CGPointerAuthInfo pointerAuth = CGM.getFunctionPointerAuthInfo(functionType); in EmitCallee()