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

References

lib/CodeGen/BranchFolding.cpp
  149   case cl::BOU_FALSE: EnableTailMerge = false; break;
lib/CodeGen/ShrinkWrap.cpp
  613   case cl::BOU_FALSE:
lib/CodeGen/TargetPassConfig.cpp
  761   TM->setO0WantsFastISel(EnableFastISelOption != cl::BOU_FALSE);
  771             EnableGlobalISelOption != cl::BOU_FALSE))
 1038   case cl::BOU_FALSE: return false;
lib/IR/RemarkStreamer.cpp
  118   if (EnableRemarksSection == cl::BOU_FALSE)
lib/Support/CommandLine.cpp
 1743     Value = BOU_FALSE;
tools/llvm-cov/CodeCoverage.cpp
  675       if (UseColor == cl::BOU_FALSE)
tools/llvm-readobj/ELFDumper.cpp
 3541   if (PrintSectionMapping != cl::BOU_FALSE)