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

  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.cpp 32 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed,
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 93 cl::ValueDisallowed,
100 cl::ValueDisallowed,
106 cl::ValueDisallowed,
113 cl::ValueDisallowed,
119 cl::ValueDisallowed,
126 cl::ValueDisallowed,
132 cl::ValueDisallowed,
147 cl::ValueDisallowed,
170 cl::ValueDisallowed,
180 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 103 ValueDisallowed = 0x03 // A value may not be specified (for flags)
580 return ValueDisallowed;
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 705 cl::ValueDisallowed);
712 cl::ValueDisallowed);
    [all...]

Completed in 54 milliseconds