Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCrossWindows.h63 LangOptions::StackProtectorMode
H A DOpenBSD.h83 LangOptions::StackProtectorMode
H A DPS4CPU.h77 LangOptions::StackProtectorMode
H A DFuchsia.h63 LangOptions::StackProtectorMode
H A DDarwin.h511 LangOptions::StackProtectorMode
H A DClang.cpp3092 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions()
3093 LangOptions::StackProtectorMode DefaultStackProtectorLevel = in RenderSSPOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h64 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enum
H A DLangOptions.def342 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h407 virtual LangOptions::StackProtectorMode