Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp106 ctx.config.guardCF = GuardCFLevel::Off; in parseGuard()
108 ctx.config.guardCF &= ~GuardCFLevel::LongJmp; in parseGuard()
110 ctx.config.guardCF &= ~GuardCFLevel::EHCont; in parseGuard()
112 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp; in parseGuard()
114 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::EHCont; in parseGuard()
H A DConfig.h90 enum GuardCFLevel { enum
171 int guardCF = GuardCFLevel::Off;
H A DWriter.cpp1146 if (config->guardCF != GuardCFLevel::Off) in createMiscChunks()
1667 if (config->guardCF != GuardCFLevel::Off) in writeHeader()
1948 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()
1953 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()
1961 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()
1963 if (config->guardCF & GuardCFLevel::EHCont) in createGuardCFTables()
2415 if (ctx.config.guardCF != GuardCFLevel::Off) in prepareLoadConfig()
2470 if (ctx.config.guardCF == GuardCFLevel::Off) in checkLoadConfigGuardData()
2481 if (!(ctx.config.guardCF & GuardCFLevel::LongJmp)) in checkLoadConfigGuardData()
2487 if (!(ctx.config.guardCF & GuardCFLevel::EHCont)) in checkLoadConfigGuardData()