Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h437 std::string StackProtectorGuardSymbol; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1376 if (!getCodeGenOpts().StackProtectorGuardSymbol.empty()) in Release()
1378 getCodeGenOpts().StackProtectorGuardSymbol); in Release()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5294 MarshallingInfoString<CodeGenOpts<"StackProtectorGuardSymbol">>;