Searched refs:ValueRequired (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticHandler.cpp | 50 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 D | Debug.cpp | 136 cl::location(DebugOnlyOptLoc), cl::ValueRequired); in call()
|
| H A D | CommandLine.cpp | 657 case ValueRequired: in ProvideOption() 784 if (PGOpt->getValueExpectedFlag() == cl::ValueRequired) { in HandlePrefixedOrGroupedOption()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 137 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 D | GCOVProfiling.cpp | 70 cl::ValueRequired);
|