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

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h94 EHCont = 0x4, /// Emit ehcont tables enumerator in enum:lld::coff::GuardCFLevel
H A DDriverUtils.cpp110 ctx.config.guardCF &= ~GuardCFLevel::EHCont;
114 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::EHCont;
H A DWriter.cpp1953 if (config->guardCF & GuardCFLevel::EHCont)
1963 if (config->guardCF & GuardCFLevel::EHCont)
2487 if (!(ctx.config.guardCF & GuardCFLevel::EHCont))

Completed in 177 milliseconds