Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h434 std::string StackProtectorGuardReg; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1373 if (!getCodeGenOpts().StackProtectorGuardReg.empty()) in Release()
1375 getCodeGenOpts().StackProtectorGuardReg); in Release()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5298 MarshallingInfoString<CodeGenOpts<"StackProtectorGuardReg">>;