Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h85 EHCont = 0x4, /// Emit ehcont tables enumerator
H A DDriverUtils.cpp107 ctx.config.guardCF &= ~GuardCFLevel::EHCont; in parseGuard()
111 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::EHCont; in parseGuard()
H A DWriter.cpp1787 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()
1797 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()
2260 if (!(ctx.config.guardCF & GuardCFLevel::EHCont)) in checkLoadConfigGuardData()