Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h365 std::string StackProtectorGuard; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp780 if (!getCodeGenOpts().StackProtectorGuard.empty()) in Release()
781 getModule().setStackProtectorGuard(getCodeGenOpts().StackProtectorGuard); in Release()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td3429 MarshallingInfoString<CodeGenOpts<"StackProtectorGuard">>;