HomeSort by relevance Sort by last modified time
    Searched refs:Nowhere (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 231 // Redirect stdout and stderr to nowhere if SilencePasses is given
232 StringRef Nowhere;
233 const StringRef *Redirects[3] = {nullptr, &Nowhere, &Nowhere};
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
OptimizerDriver.cpp 201 // Redirect stdout and stderr to nowhere if SilencePasses is given
202 sys::Path Nowhere;
203 const sys::Path *Redirects[3] = {0, &Nowhere, &Nowhere};
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 222 enum { Nowhere = 0, ArgumentPointees = 4, Anywhere = 8 | ArgumentPointees };
235 DoesNotAccessMemory = Nowhere | NoModRef,

Completed in 423 milliseconds