Home
last modified time | relevance | path

Searched refs:ValueRequired (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDiagnosticHandler.cpp50 cl::Hidden, cl::location(PassRemarksPassedOptLoc), cl::ValueRequired);
58 cl::Hidden, cl::location(PassRemarksMissedOptLoc), cl::ValueRequired);
68 cl::Hidden, cl::location(PassRemarksAnalysisOptLoc), cl::ValueRequired);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebug.cpp136 cl::location(DebugOnlyOptLoc), cl::ValueRequired); in call()
H A DCommandLine.cpp658 case ValueRequired: in ProvideOption()
785 if (PGOpt->getValueExpectedFlag() == cl::ValueRequired) { in HandlePrefixedOrGroupedOption()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h132 ValueRequired = 0x02, // The value is required to appear! enumerator
795 return ValueRequired;
889 return ValueRequired;
/openbsd-src/gnu/llvm/llvm/docs/
H A DCommandLine.rst1135 the `cl::ValueRequired`_ modifier.
1137 .. _cl::ValueRequired:
1139 * The **cl::ValueRequired** modifier (which is the default for all other types
1208 separately or at the end of the groups. For `cl::ValueRequired`_, it is
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp64 cl::ValueRequired);