Home
last modified time | relevance | path

Searched refs:ValueOptional (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp73 return ValueOptional; in getValueExpectedFlagDefault()
100 return ValueOptional; in getValueExpectedFlagDefault()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/IRTransforms/
H A DSimplifyCFG.cpp52 cl::Hidden, cl::ValueOptional, cl::init(V1),
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h136 ValueOptional = 0x01, // The value can appear... or not enumerator
260 return ValueOptional; in getValueExpectedFlagDefault()
939 return ValueOptional;
964 return ValueOptional;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp58 "debug-pass-manager", cl::Hidden, cl::ValueOptional,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp677 case ValueOptional: in ProvideOption()
1790 } else if (O.getValueExpectedFlag() == ValueOptional) in printOptionInfo()
1944 return O.getValueExpectedFlag() != ValueOptional || !Name.empty() || in shouldPrintOption()
1977 if (O.getValueExpectedFlag() == ValueOptional) { in printOptionInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp65 "compress-debug-sections", cl::ValueOptional,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp97 cl::init(Hexagon::ArchEnum::NoArch), cl::ValueOptional);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp135 cl::Hidden, cl::ValueOptional, cl::init(RunOutliner::TargetDefault),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp86 cl::ValueOptional, cl::init(ChangePrinter::NoChangePrinter),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp156 cl::ValueOptional);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp34 cl::CommaSeparated, cl::ValueOptional,
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCommandLine.rst1127 .. _cl::ValueOptional:
1129 * The **cl::ValueOptional** modifier (which is the default for ``bool`` typed