Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dehcontguard.ll2 ; EHCont Guard is currently only available on Windows
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dehcontguard.ll2 ; EHCont Guard is currently only available on Windows
/llvm-project-15.0.7/lld/COFF/
H A DConfig.h85 EHCont = 0x4, /// Emit ehcont tables enumerator
H A DDriverUtils.cpp108 config->guardCF &= ~GuardCFLevel::EHCont; in parseGuard()
114 config->guardCF |= GuardCFLevel::CF | GuardCFLevel::EHCont; in parseGuard()
H A DWriter.cpp1702 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()
1712 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()