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

  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.cpp 31 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed,
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 356 cl::ValueDisallowed,
366 cl::ValueDisallowed,
378 cl::ValueDisallowed,
383 cl::ValueDisallowed,
388 cl::ValueDisallowed,
393 cl::ValueDisallowed,
398 cl::ValueDisallowed,
403 cl::ValueDisallowed,
408 cl::ValueDisallowed,
423 cl::ValueDisallowed,
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 213 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
284 case ValueDisallowed:
287 " with ValueDisallowed modifier!");
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 105 ValueDisallowed = 0x03 // A value may not be specified (for flags)
583 return ValueDisallowed;
    [all...]

Completed in 60 milliseconds