Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h415 std::string StackProtectorGuard; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1295 if (!getCodeGenOpts().StackProtectorGuard.empty()) in Release()
1296 getModule().setStackProtectorGuard(getCodeGenOpts().StackProtectorGuard); in Release()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5012 MarshallingInfoString<CodeGenOpts<"StackProtectorGuard">>;