Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp136 cl::location(DebugOnlyOptLoc), cl::ValueRequired); in call()
H A DCommandLine.cpp639 case ValueRequired: in ProvideOption()
766 if (PGOpt->getValueExpectedFlag() == cl::ValueRequired) { in HandlePrefixedOrGroupedOption()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h131 ValueRequired = 0x02, // The value is required to appear! enumerator
803 return ValueRequired;
900 return ValueRequired;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp64 cl::ValueRequired);