Searched refs:getPointerAuthInfoForType (Results 1 – 2 of 2) sorted by relevance
149 static CGPointerAuthInfo getPointerAuthInfoForType(CodeGenModule &CGM, in getPointerAuthInfoForType() function165 CGPointerAuthInfo CodeGenModule::getPointerAuthInfoForType(QualType T) { in getPointerAuthInfoForType() function in CodeGenModule166 return ::getPointerAuthInfoForType(*this, T); in getPointerAuthInfoForType()517 CurAuthInfo = getPointerAuthInfoForType(CGM, SourceType); in authPointerToPointerCast()520 NewAuthInfo = getPointerAuthInfoForType(CGM, DestType); in authPointerToPointerCast()542 CurAuthInfo = getPointerAuthInfoForType(CGM, SourceType); in authPointerToPointerCast()545 NewAuthInfo = getPointerAuthInfoForType(CGM, DestType); in authPointerToPointerCast()
989 CGPointerAuthInfo getPointerAuthInfoForType(QualType type);