Searched refs:boolOrDefault (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 569 enum boolOrDefault { BOU_UNSET, BOU_TRUE, BOU_FALSE }; 571 struct OptionValue<cl::boolOrDefault> final 572 : OptionValueCopy<cl::boolOrDefault> { 573 using WrapperType = cl::boolOrDefault; 577 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); } 579 OptionValue<cl::boolOrDefault> &operator=(const cl::boolOrDefault &V) { 904 class parser<boolOrDefault> final : public basic_parser<boolOrDefault> { 909 bool parse(Option &O, StringRef ArgName, StringRef Arg, boolOrDefault &Val); 918 void printOptionDiff(const Option &O, boolOrDefault V, OptVal Default, 925 extern template class basic_parser<boolOrDefault>;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 77 static cl::opt<cl::boolOrDefault> OptimizeRegAlloc( 111 static cl::opt<cl::boolOrDefault> 128 static cl::opt<cl::boolOrDefault> 132 static cl::opt<cl::boolOrDefault> EnableGlobalISelOption(
|
| H A D | ShrinkWrap.cpp | 97 static cl::opt<cl::boolOrDefault>
|
| H A D | GlobalMerge.cpp | 131 static cl::opt<cl::boolOrDefault>
|
| H A D | BranchFolding.cpp | 76 static cl::opt<cl::boolOrDefault> FlagEnableTailMerge("enable-tail-merge",
|
| H A D | RegisterCoalescer.cpp | 89 static cl::opt<cl::boolOrDefault>
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | WithColor.cpp | 17 static cl::opt<cl::boolOrDefault>
|
| H A D | CommandLine.cpp | 55 template class basic_parser<boolOrDefault>; 74 void OptionValue<boolOrDefault>::anchor() {} in anchor() 79 void parser<boolOrDefault>::anchor() {} in anchor() 1571 bool parser<boolOrDefault>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() 1572 boolOrDefault &Value) { in parse() 1750 PRINT_OPT_DIFF(boolOrDefault) in PRINT_OPT_DIFF() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 73 static cl::opt<cl::boolOrDefault>
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 132 static cl::opt<cl::boolOrDefault>
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 629 cl::opt<cl::boolOrDefault> UseColor( in run()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 310 cl::opt<cl::boolOrDefault>
|