Searched refs:ZeroOrMore (Results 1 - 25 of 34) sorted by relevance

12

/external/llvm/include/llvm/Support/
H A DPluginLoader.h32 LoadOpt("load", cl::ZeroOrMore, cl::value_desc("pluginfilename"),
H A DCommandLine.h85 ZeroOrMore = 0x01, // Zero or more occurrences allowed enumerator in enum:llvm::cl::NumOccurrencesFlag
1379 explicit list(const M0t &M0) : Option(ZeroOrMore, NotHidden) {
1385 list(const M0t &M0, const M1t &M1) : Option(ZeroOrMore, NotHidden) {
1392 : Option(ZeroOrMore, NotHidden) {
1399 : Option(ZeroOrMore, NotHidden) {
1406 const M4t &M4) : Option(ZeroOrMore, NotHidden) {
1415 const M4t &M4, const M5t &M5) : Option(ZeroOrMore, NotHidden) {
1425 : Option(ZeroOrMore, NotHidden) {
1435 const M7t &M7) : Option(ZeroOrMore, NotHidden) {
1579 explicit bits(const M0t &M0) : Option(ZeroOrMore, NotHidde
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp34 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(true),
41 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(false),
48 cl::Hidden, cl::ZeroOrMore, cl::init(false),
H A DHexagonTargetMachine.cpp33 cl::Hidden, cl::ZeroOrMore, cl::init(false),
37 cl::Hidden, cl::ZeroOrMore, cl::init(false),
H A DHexagonPeephole.cpp62 cl::Hidden, cl::ZeroOrMore, cl::init(false),
66 cl::Hidden, cl::ZeroOrMore, cl::init(false),
70 cl::Hidden, cl::ZeroOrMore, cl::init(false),
74 cl::Hidden, cl::ZeroOrMore, cl::init(false),
H A DHexagonNewValueJump.cpp58 cl::ZeroOrMore, cl::init(false),
H A DHexagonCopyToCombine.cpp41 cl::Hidden, cl::ZeroOrMore,
/external/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp55 cl::ZeroOrMore, cl::value_desc("function"));
62 cl::ZeroOrMore, cl::value_desc("rfunction"));
67 cl::ZeroOrMore, cl::value_desc("alias"));
75 cl::ZeroOrMore, cl::value_desc("ralias"));
80 cl::ZeroOrMore, cl::value_desc("global"));
87 cl::ZeroOrMore, cl::value_desc("rglobal"));
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp66 cl::ZeroOrMore);
75 cl::ZeroOrMore);
86 cl::ZeroOrMore);
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp53 cl::ZeroOrMore);
58 cl::ZeroOrMore);
/external/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp39 cl::ZeroOrMore);
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp109 cl::ZeroOrMore, cl::PositionalEatsArgs);
119 cl::ZeroOrMore, cl::PositionalEatsArgs);
124 cl::ZeroOrMore, cl::PositionalEatsArgs);
133 cl::ZeroOrMore, cl::PositionalEatsArgs);
H A Dbugpoint.cpp63 PassList(cl::desc("Passes available:"), cl::ZeroOrMore); member in class:cl
H A DOptimizerDriver.cpp114 cl::ZeroOrMore, cl::PositionalEatsArgs);
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp43 InputFileList(cl::Positional, cl::ZeroOrMore,
71 cl::ZeroOrMore);
79 cl::ZeroOrMore);
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp77 cl::ZeroOrMore, member in class:cl
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp27 cl::ZeroOrMore);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp36 cl::ZeroOrMore, cl::init(false),
40 "dfa-sched-reg-pressure-threshold", cl::Hidden, cl::ZeroOrMore, cl::init(5),
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp50 UnrollRuntime("unroll-runtime", cl::ZeroOrMore, cl::init(false), cl::Hidden,
/external/llvm/tools/llc/
H A Dllc.cpp72 cl::ZeroOrMore,
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp48 cl::ZeroOrMore);
/external/llvm/lib/Support/
H A DCommandLine.cpp460 return O->getNumOccurrencesFlag() == cl::ZeroOrMore ||
976 case cl::ZeroOrMore: // Zero or more will take all they can get...
1085 case ZeroOrMore:
/external/chromium_org/base/third_party/symbolize/
H A Ddemangle.cc256 static bool ZeroOrMore(ParseFunc parse_func, State *state) { function
1097 ZeroOrMore(ParseTemplateArg, state) &&
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp60 cl::ZeroOrMore);
77 InputFilenames(cl::Positional, cl::desc("<input files>"), cl::ZeroOrMore);
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp48 InlineLimit("inline-threshold", cl::Hidden, cl::init(225), cl::ZeroOrMore,

Completed in 3060 milliseconds

12