Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp104 config->guardCF = GuardCFLevel::Off; in parseGuard()
106 config->guardCF &= ~GuardCFLevel::LongJmp; in parseGuard()
108 config->guardCF &= ~GuardCFLevel::EHCont; in parseGuard()
110 config->guardCF = GuardCFLevel::CF; in parseGuard()
112 config->guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp; in parseGuard()
114 config->guardCF |= GuardCFLevel::CF | GuardCFLevel::EHCont; in parseGuard()
H A DConfig.h81 enum GuardCFLevel { enum
154 int guardCF = GuardCFLevel::Off;
H A DWriter.cpp999 if (config->guardCF != GuardCFLevel::Off) in createMiscChunks()
1428 if (config->guardCF != GuardCFLevel::Off) in writeHeader()
1697 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()
1702 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()
1710 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()
1712 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()