Searched refs:GcsPolicy (Results 1 – 2 of 2) sorted by relevance
106 enum class GcsPolicy { Implicit, Never, Always }; enum351 GcsPolicy zGcs;
472 if (config->zGcs != GcsPolicy::Implicit) in checkOptions()568 static GcsPolicy getZGcs(opt::InputArgList &args) { in getZGcs()569 GcsPolicy ret = GcsPolicy::Implicit; in getZGcs()575 ret = GcsPolicy::Implicit; in getZGcs()577 ret = GcsPolicy::Never; in getZGcs()579 ret = GcsPolicy::Always; in getZGcs()2790 if (config->zGcs == GcsPolicy::Always) in readSecurityNotes()2792 else if (config->zGcs == GcsPolicy::Never) in readSecurityNotes()