Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticHandler.cpp50 cl::Hidden, cl::location(PassRemarksPassedOptLoc), cl::ValueRequired,
59 cl::Hidden, cl::location(PassRemarksMissedOptLoc), cl::ValueRequired,
70 cl::Hidden, cl::location(PassRemarksAnalysisOptLoc), cl::ValueRequired,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp136 cl::location(DebugOnlyOptLoc), cl::ValueRequired); in call()
H A DCommandLine.cpp657 case ValueRequired: in ProvideOption()
784 if (PGOpt->getValueExpectedFlag() == cl::ValueRequired) { in HandlePrefixedOrGroupedOption()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h137 ValueRequired = 0x02, // The value is required to appear! enumerator
791 return ValueRequired;
885 return ValueRequired;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp70 cl::ValueRequired);