Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCrossWindows.h63 LangOptions::StackProtectorMode
H A DOpenBSD.h88 LangOptions::StackProtectorMode
H A DFuchsia.h78 LangOptions::StackProtectorMode
H A DPS4CPU.h82 LangOptions::StackProtectorMode
H A DDarwin.h557 LangOptions::StackProtectorMode
H A DClang.cpp3342 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions()
3343 LangOptions::StackProtectorMode DefaultStackProtectorLevel = in RenderSSPOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h89 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enum
H A DLangOptions.def378 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h471 virtual LangOptions::StackProtectorMode
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp797 clang::LangOptions::StackProtectorMode Mode) { in isStackProtectorOn()