HomeSort by relevance Sort by last modified time
    Searched defs:Redirects (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
OptimizerDriver.cpp 203 const sys::Path *Redirects[3] = {0, &Nowhere, &Nowhere};
206 (SilencePasses ? Redirects : 0),
  /external/llvm/lib/Support/
Signals.cpp 124 const StringRef *Redirects[] = {&InputFileStr, &OutputFileStr,
135 sys::ExecuteAndWait(LLVMSymbolizerPath, Args, nullptr, Redirects);
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 233 const StringRef *Redirects[3] = {nullptr, &Nowhere, &Nowhere};
237 (SilencePasses ? Redirects : nullptr),
ToolRunner.cpp 67 const StringRef *Redirects[3] = { &StdInFile, &StdOutFile, &StdErrFile };
68 return sys::ExecuteAndWait(ProgramPath, Args, nullptr, Redirects,
85 const StringRef *Redirects[3] = { &StdInFile, &StdOutFile, &StdErrFile };
89 Redirects, NumSeconds, MemoryLimit);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Signals.cpp 124 const StringRef *Redirects[] = {&InputFileStr, &OutputFileStr,
135 sys::ExecuteAndWait(LLVMSymbolizerPath, Args, nullptr, Redirects);
  /external/llvm/unittests/Support/
ProgramTest.cpp 151 const StringRef *Redirects[] = { nullptr, &LongPathRef, nullptr };
152 int RC = ExecuteAndWait(MyExe, ArgV, getEnviron(), Redirects,
194 const StringRef *redirects[] = { &nul, &nul, nullptr }; local
195 int rc = ExecuteAndWait(my_exe, argv, getEnviron(), redirects,
  /external/clang/include/clang/Driver/
Compilation.h 87 const StringRef **Redirects;
258 /// \param Redirects - array of pointers to paths. The array
262 /// the owner of Redirects and will delete the array and StringRef's.
263 void Redirect(const StringRef** Redirects);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Compilation.h 103 const StringRef **Redirects;
280 /// \param Redirects - array of pointers to paths. The array
284 /// the owner of Redirects and will delete the array and StringRef's.
285 void Redirect(const StringRef** Redirects);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Compilation.h 103 const StringRef **Redirects;
280 /// \param Redirects - array of pointers to paths. The array
284 /// the owner of Redirects and will delete the array and StringRef's.
285 void Redirect(const StringRef** Redirects);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Compilation.h 103 const StringRef **Redirects;
280 /// \param Redirects - array of pointers to paths. The array
284 /// the owner of Redirects and will delete the array and StringRef's.
285 void Redirect(const StringRef** Redirects);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Compilation.h 103 const StringRef **Redirects;
280 /// \param Redirects - array of pointers to paths. The array
284 /// the owner of Redirects and will delete the array and StringRef's.
285 void Redirect(const StringRef** Redirects);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Compilation.h 103 const StringRef **Redirects;
280 /// \param Redirects - array of pointers to paths. The array
284 /// the owner of Redirects and will delete the array and StringRef's.
285 void Redirect(const StringRef** Redirects);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Compilation.h 103 const StringRef **Redirects;
280 /// \param Redirects - array of pointers to paths. The array
284 /// the owner of Redirects and will delete the array and StringRef's.
285 void Redirect(const StringRef** Redirects);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Compilation.h 103 const StringRef **Redirects;
280 /// \param Redirects - array of pointers to paths. The array
284 /// the owner of Redirects and will delete the array and StringRef's.
285 void Redirect(const StringRef** Redirects);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Compilation.h 103 const StringRef **Redirects;
280 /// \param Redirects - array of pointers to paths. The array
284 /// the owner of Redirects and will delete the array and StringRef's.
285 void Redirect(const StringRef** Redirects);

Completed in 161 milliseconds