Home
last modified time | relevance | path

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

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