Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DConfig.h75 enum class GuardCFLevel { enum
129 GuardCFLevel GuardCF = GuardCFLevel::Off;
H A DDriverUtils.cpp131 Config->GuardCF = GuardCFLevel::Off; in parseGuard()
133 Config->GuardCF = GuardCFLevel::NoLongJmp; in parseGuard()
135 Config->GuardCF = GuardCFLevel::Full; in parseGuard()
H A DInputFiles.cpp202 else if (Config->GuardCF != GuardCFLevel::Off && Name == ".gfids$y") in readSection()
204 else if (Config->GuardCF != GuardCFLevel::Off && Name == ".gljmp$y") in readSection()
H A DWriter.cpp836 if (Config->GuardCF != GuardCFLevel::Off) in createMiscChunks()
1204 if (Config->GuardCF != GuardCFLevel::Off) in writeHeader()
1457 if (Config->GuardCF == GuardCFLevel::Full) in createGuardCFTables()
1465 if (Config->GuardCF == GuardCFLevel::Full) in createGuardCFTables()