HomeSort by: relevance | last modified time | path
    Searched refs:StackProtectorGuard (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 365 std::string StackProtectorGuard;
367 /// The TLS base register when StackProtectorGuard is "tls", or register used
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 780 if (!getCodeGenOpts().StackProtectorGuard.empty())
781 getModule().setStackProtectorGuard(getCodeGenOpts().StackProtectorGuard);

Completed in 24 milliseconds