Home
last modified time | relevance | path

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

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