Home
last modified time | relevance | path

Searched refs:GcsPolicy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h106 enum class GcsPolicy { Implicit, Never, Always }; enum
351 GcsPolicy zGcs;
H A DDriver.cpp472 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()