| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | LiveDebugValues.cpp | 46 static cl::opt<cl::boolOrDefault> ValueTrackingVariableLocations( 134 ValueTrackingVariableLocations != cl::boolOrDefault::BOU_FALSE) in debuginfoShouldUseDebugInstrRef() 138 return ValueTrackingVariableLocations == cl::boolOrDefault::BOU_TRUE; in debuginfoShouldUseDebugInstrRef()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | WithColor.cpp | 26 return new cl::opt<cl::boolOrDefault>( in call() 33 static ManagedStatic<cl::opt<cl::boolOrDefault>, CreateUseColor> UseColor;
|
| H A D | CommandLine.cpp | 58 template class basic_parser<boolOrDefault>; 80 void OptionValue<boolOrDefault>::anchor() {} in anchor() 85 void parser<boolOrDefault>::anchor() {} in anchor() 1975 bool parser<boolOrDefault>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse() 1976 boolOrDefault &Value) { in parse() 2227 PRINT_OPT_DIFF(boolOrDefault) in PRINT_OPT_DIFF() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmInfoXCOFF.cpp | 16 extern cl::opt<cl::boolOrDefault> UseLEB128Directives;
|
| H A D | MCAsmInfo.cpp | 35 cl::opt<cl::boolOrDefault> UseLEB128Directives(
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 644 enum boolOrDefault { BOU_UNSET, BOU_TRUE, BOU_FALSE }; 646 struct OptionValue<cl::boolOrDefault> final 647 : OptionValueCopy<cl::boolOrDefault> { 648 using WrapperType = cl::boolOrDefault; 652 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); } 654 OptionValue<cl::boolOrDefault> &operator=(const cl::boolOrDefault &V) { 976 extern template class basic_parser<boolOrDefault>; 978 template <> class parser<boolOrDefault> : public basic_parser<boolOrDefault> { 983 bool parse(Option &O, StringRef ArgName, StringRef Arg, boolOrDefault &Val); 992 void printOptionDiff(const Option &O, boolOrDefault V, OptVal Default,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | RemarkStreamer.cpp | 20 static cl::opt<cl::boolOrDefault> EnableRemarksSection(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 83 static cl::opt<cl::boolOrDefault> OptimizeRegAlloc( 119 static cl::opt<cl::boolOrDefault> 122 static cl::opt<cl::boolOrDefault> 127 static cl::opt<cl::boolOrDefault> DebugifyCheckAndStripAll( 151 static cl::opt<cl::boolOrDefault> 155 static cl::opt<cl::boolOrDefault> EnableGlobalISelOption(
|
| H A D | AssignmentTrackingAnalysis.cpp | 64 static cl::opt<cl::boolOrDefault> 341 case cl::boolOrDefault::BOU_UNSET: in shouldCoalesceFragments() 344 case cl::boolOrDefault::BOU_TRUE: in shouldCoalesceFragments() 346 case cl::boolOrDefault::BOU_FALSE: in shouldCoalesceFragments()
|
| H A D | GlobalMerge.cpp | 133 static cl::opt<cl::boolOrDefault>
|
| H A D | ShrinkWrap.cpp | 98 static cl::opt<cl::boolOrDefault>
|
| H A D | MachineCopyPropagation.cpp | 90 static cl::opt<cl::boolOrDefault>
|
| H A D | BranchFolding.cpp | 73 static cl::opt<cl::boolOrDefault> FlagEnableTailMerge("enable-tail-merge",
|
| H A D | RegisterCoalescer.cpp | 89 static cl::opt<cl::boolOrDefault>
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.h | 98 cl::boolOrDefault PrintSectionMapping) { in printProgramHeaders()
|
| H A D | llvm-readobj.cpp | 122 static cl::boolOrDefault SectionMapping;
|
| H A D | ELFDumper.cpp | 591 cl::boolOrDefault PrintSectionMapping) override; 702 cl::boolOrDefault PrintSectionMapping) override; 4610 bool PrintProgramHeaders, cl::boolOrDefault PrintSectionMapping) { in printProgramHeaders() 7301 bool PrintProgramHeaders, cl::boolOrDefault PrintSectionMapping) { in printProgramHeaders()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.cpp | 49 static cl::opt<cl::boolOrDefault>
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 79 static cl::opt<cl::boolOrDefault>
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 151 static cl::opt<cl::boolOrDefault>
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 783 cl::opt<cl::boolOrDefault> UseColor( in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 311 cl::opt<cl::boolOrDefault>
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 192 static cl::opt<cl::boolOrDefault> AllowTerminatingConditionFoldingAfterLSR(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 391 static cl::opt<cl::boolOrDefault> ForceSafeDivisor(
|