Home
last modified time | relevance | path

Searched refs:StackProtectorMode (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.h89 LangOptions::StackProtectorMode
H A DPS4CPU.h100 LangOptions::StackProtectorMode
H A DDarwin.h616 LangOptions::StackProtectorMode
H A DClang.cpp3505 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions()
3506 LangOptions::StackProtectorMode DefaultStackProtectorLevel = in RenderSSPOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h97 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enum
H A DLangOptions.def361 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff, NotCompatible,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h486 virtual LangOptions::StackProtectorMode
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp948 clang::LangOptions::StackProtectorMode Mode) { in isStackProtectorOn()