Home
last modified time | relevance | path

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

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