HomeSort by relevance Sort by last modified time
    Searched refs:value_desc (Results 26 - 50 of 51) sorted by null

12 3

  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 33 cl::Hidden, cl::value_desc("number"), cl::init(8));
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 42 cl::value_desc("filename"));
  /external/llvm/utils/TableGen/
TableGen.cpp 92 cl::value_desc("class name"));
  /external/llvm/tools/llc/
llc.cpp 54 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"));
58 cl::value_desc("N"),
  /external/llvm/lib/Analysis/
PathProfileVerifier.cpp 52 cl::value_desc("filename"),
ProfileInfoLoaderPass.cpp 36 cl::value_desc("filename"),
PathProfileInfo.cpp 31 cl::value_desc("filename"),
ProfileEstimatorPass.cpp 28 cl::value_desc("loop-weight"),
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 159 BlockFile("extract-blocks-file", cl::value_desc("filename"),
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
get.c 59 * Putting all this together we end up with struct value_desc below,
60 * and with a couple of macros to help, the table of struct value_desc
148 struct value_desc { struct
226 * declare them all up front so we can refer to them in the value_desc
406 static const struct value_desc values[] = {
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 59 * Putting all this together we end up with struct value_desc below,
60 * and with a couple of macros to help, the table of struct value_desc
148 struct value_desc { struct
226 * declare them all up front so we can refer to them in the value_desc
406 static const struct value_desc values[] = {
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 51 InfoOutputFilename("info-output-file", cl::value_desc("filename"),
  /external/llvm/tools/opt/
opt.cpp 62 cl::init("-"), cl::value_desc("filename"));
66 cl::value_desc("filename"));
158 cl::value_desc("layout-string"), cl::init(""));
  /external/llvm/lib/CodeGen/
Passes.cpp 86 cl::value_desc("pass-name"), cl::init("option-unspecified"));
ShrinkWrapping.cpp 68 cl::value_desc("funcname"),
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 80 cl::value_desc("namespec"),
  /external/llvm/include/llvm/Support/
CommandLine.h 292 // value_desc - Modifier to set the value description shown in the -help
294 struct value_desc { struct in namespace:llvm::cl
296 value_desc(const char *Str) : Desc(Str) {} function in struct:llvm::cl::value_desc
    [all...]
  /external/v8/src/
deoptimizer.cc     [all...]
  /external/chromium_org/v8/src/
deoptimizer.cc     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 34 cl::value_desc("input IR file name"));
    [all...]
toy.cpp 36 cl::value_desc("input IR file name"));
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 113 cl::value_desc("a1,+a2,-a3,..."));
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 42 cl::value_desc("filename"));
  /external/llvm/utils/FileCheck/
FileCheck.cpp 42 cl::init("-"), cl::value_desc("filename"));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 37 cl::value_desc("input IR file name"));
    [all...]

Completed in 1448 milliseconds

12 3