Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h371 std::string StackProtectorGuardReg; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp782 if (!getCodeGenOpts().StackProtectorGuardReg.empty()) in Release()
784 getCodeGenOpts().StackProtectorGuardReg); in Release()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td3435 MarshallingInfoString<CodeGenOpts<"StackProtectorGuardReg">>;