Searched refs:guardCF (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp106 ctx.config.guardCF = GuardCFLevel::Off;
108 ctx.config.guardCF &= ~GuardCFLevel::LongJmp;
110 ctx.config.guardCF &= ~GuardCFLevel::EHCont;
112 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp;
114 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::EHCont;
H A DConfig.h171 int guardCF = GuardCFLevel::Off; member in struct:lld::coff::Configuration
H A DWriter.cpp1146 if (config->guardCF != GuardCFLevel::Off)
1667 if (config->guardCF != GuardCFLevel::Off)
1948 if (config->guardCF & GuardCFLevel::LongJmp)
1953 if (config->guardCF & GuardCFLevel::EHCont)
1961 if (config->guardCF & GuardCFLevel::LongJmp)
1963 if (config->guardCF & GuardCFLevel::EHCont)
2415 if (ctx.config.guardCF != GuardCFLevel::Off)
2470 if (ctx.config.guardCF == GuardCFLevel::Off)
2481 if (!(ctx.config.guardCF & GuardCFLevel::LongJmp))
2487 if (!(ctx.config.guardCF
[all...]

Completed in 120 milliseconds