reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/BranchFolding.cpp
  148   case cl::BOU_TRUE: EnableTailMerge = true; break;
lib/CodeGen/GlobalMerge.cpp
  679     MergeExternalByDefault : (EnableGlobalMergeOnExternal == cl::BOU_TRUE);
lib/CodeGen/RegisterCoalescer.cpp
 3688     JoinGlobalCopies = (EnableGlobalCopies == cl::BOU_TRUE);
lib/CodeGen/ShrinkWrap.cpp
  611   case cl::BOU_TRUE:
lib/CodeGen/TargetPassConfig.cpp
  599   bool Verify = VerifyMachineCode == cl::BOU_TRUE;
  767   if (EnableFastISelOption == cl::BOU_TRUE)
  769   else if (EnableGlobalISelOption == cl::BOU_TRUE ||
 1037   case cl::BOU_TRUE:  return true;
lib/IR/RemarkStreamer.cpp
  115   if (EnableRemarksSection == cl::BOU_TRUE)
lib/Support/CommandLine.cpp
 1739     Value = BOU_TRUE;
lib/Support/WithColor.cpp
  104   return UseColor == cl::BOU_TRUE;
lib/Target/AArch64/AArch64TargetMachine.cpp
  480       EnableGlobalMerge == cl::BOU_TRUE) {
lib/Target/ARM/ARMTargetMachine.cpp
  439       EnableGlobalMerge == cl::BOU_TRUE) {
tools/llvm-cov/CodeCoverage.cpp
  672                             : UseColor == cl::BOU_TRUE;
  680       if (UseColor == cl::BOU_TRUE)
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1067                             : opts::pretty::ColorOutput == cl::BOU_TRUE;
tools/llvm-readobj/ELFDumper.cpp
 5591   if (PrintSectionMapping == cl::BOU_TRUE)
tools/llvm-readobj/ObjDumper.h
   49     if (PrintSectionMapping == cl::BOU_TRUE)
tools/llvm-readobj/llvm-readobj.cpp
  479   if (opts::ProgramHeaders || opts::SectionMapping == cl::BOU_TRUE)
utils/yaml-bench/YAMLBench.cpp
  200                         : UseColor == cl::BOU_TRUE;