Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp103 config->guardCF = GuardCFLevel::Off; in parseGuard()
105 config->guardCF &= ~GuardCFLevel::LongJmp; in parseGuard()
107 config->guardCF &= ~GuardCFLevel::EHCont; in parseGuard()
109 config->guardCF = GuardCFLevel::CF; in parseGuard()
111 config->guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp; in parseGuard()
113 config->guardCF |= GuardCFLevel::CF | GuardCFLevel::EHCont; in parseGuard()
H A DConfig.h77 enum GuardCFLevel { enum
148 int guardCF = GuardCFLevel::Off;
H A DWriter.cpp998 if (config->guardCF != GuardCFLevel::Off) in createMiscChunks()
1425 if (config->guardCF != GuardCFLevel::Off) in writeHeader()
1694 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()
1699 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()
1707 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()
1709 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()