Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DConfig.h77 enum class GuardCFLevel { enum
139 GuardCFLevel guardCF = GuardCFLevel::Off;
DDriverUtils.cpp103 config->guardCF = GuardCFLevel::Off; in parseGuard()
105 config->guardCF = GuardCFLevel::NoLongJmp; in parseGuard()
107 config->guardCF = GuardCFLevel::Full; in parseGuard()
DWriter.cpp997 if (config->guardCF != GuardCFLevel::Off) in createMiscChunks()
1420 if (config->guardCF != GuardCFLevel::Off) in writeHeader()
1685 if (config->guardCF == GuardCFLevel::Full) in createGuardCFTables()
1693 if (config->guardCF == GuardCFLevel::Full) in createGuardCFTables()