Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h410 std::string StackProtectorGuardReg; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp935 if (!getCodeGenOpts().StackProtectorGuardReg.empty()) in Release()
937 getCodeGenOpts().StackProtectorGuardReg); in Release()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3931 MarshallingInfoString<CodeGenOpts<"StackProtectorGuardReg">>;