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

Declarations

lib/Support/CommandLine.cpp
   66 template class opt<std::string>;

References

examples/BrainF/BrainFDriver.cpp
   60 static cl::opt<std::string>
   63 static cl::opt<std::string>
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
   41 cl::opt<std::string> HostName("hostname",
include/llvm/CodeGen/CommandFlags.inc
   29 static cl::opt<std::string>
   33 static cl::opt<std::string>
  218 static cl::opt<std::string> TrapFuncName(
include/llvm/MC/MCTargetOptionsCommandFlags.inc
   49 static cl::opt<std::string>
lib/Analysis/BlockFrequencyInfo.cpp
   49 cl::opt<std::string>
   84 cl::opt<std::string> PrintBlockFreqFuncName(
lib/Analysis/BranchProbabilityInfo.cpp
   52 cl::opt<std::string> PrintBranchProbFuncName(
lib/Analysis/CFGPrinter.cpp
   25 static cl::opt<std::string> CFGFuncName(
   30 static cl::opt<std::string> CFGDotFilenamePrefix(
lib/Analysis/ModuleSummaryAnalysis.cpp
   73 cl::opt<std::string> ModuleSummaryDotFile(
lib/CodeGen/MachineBlockFrequencyInfo.cpp
   64 extern cl::opt<std::string> ViewBlockFreqFuncName;
   76 extern cl::opt<std::string> PrintBlockFreqFuncName;
lib/CodeGen/MachineBlockPlacement.cpp
  195 extern cl::opt<std::string> ViewBlockFreqFuncName;
lib/CodeGen/MachineScheduler.cpp
  103 static cl::opt<std::string> SchedOnlyFunc("misched-only-func", cl::Hidden,
lib/CodeGen/PostRASchedulerList.cpp
   60 static cl::opt<std::string>
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
   96 static cl::opt<std::string>
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  138 static cl::opt<std::string>
lib/CodeGen/TargetPassConfig.cpp
  137 static cl::opt<std::string> PrintMachineInstrs(
  186 static cl::opt<std::string>
  191 static cl::opt<std::string>
  196 static cl::opt<std::string>
  201 static cl::opt<std::string>
  472   static cl::opt<std::string> *PassNames[] = {&StartAfterOpt, &StartBeforeOpt,
lib/LTO/LTOCodeGenerator.cpp
   89 cl::opt<std::string>
   94 cl::opt<std::string>
  100 cl::opt<std::string> RemarksFormat(
  105 cl::opt<std::string> LTOStatsFile(
lib/LTO/ThinLTOCodeGenerator.cpp
   75 extern cl::opt<std::string> RemarksFilename;
   76 extern cl::opt<std::string> RemarksPasses;
   78 extern cl::opt<std::string> RemarksFormat;
lib/TableGen/Main.cpp
   31 static cl::opt<std::string>
   35 static cl::opt<std::string>
   41 static cl::opt<std::string>
lib/Target/Hexagon/HexagonHardwareLoops.cpp
   71 static cl::opt<std::string> PHFn("hexagon-hwloop-phfn", cl::Hidden,
lib/Target/Mips/MipsOs16.cpp
   24 static cl::opt<std::string> Mips32FunctionMask(
lib/Target/X86/X86InsertPrefetch.cpp
   34 static cl::opt<std::string>
lib/Transforms/IPO/BlockExtractor.cpp
   32 static cl::opt<std::string> BlockExtractorFile(
lib/Transforms/IPO/FunctionImport.cpp
  137 static cl::opt<std::string>
lib/Transforms/IPO/Internalize.cpp
   45 static cl::opt<std::string>
lib/Transforms/IPO/LowerTypeTests.cpp
  109 static cl::opt<std::string> ClReadSummary(
  114 static cl::opt<std::string> ClWriteSummary(
lib/Transforms/IPO/SampleProfile.cpp
   96 static cl::opt<std::string> SampleProfileFile(
  103 static cl::opt<std::string> SampleProfileRemappingFile(
lib/Transforms/IPO/WholeProgramDevirt.cpp
  114 static cl::opt<std::string> ClReadSummary(
  119 static cl::opt<std::string> ClWriteSummary(
lib/Transforms/Instrumentation/AddressSanitizer.cpp
  306 static cl::opt<std::string> ClMemoryAccessCallbackPrefix(
  393 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden,
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
   57 static cl::opt<std::string> CHRModuleList(
   61 static cl::opt<std::string> CHRFunctionList(
lib/Transforms/Instrumentation/GCOVProfiling.cpp
   51 static cl::opt<std::string>
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
   75 static cl::opt<std::string> ClMemoryAccessCallbackPrefix(
lib/Transforms/Instrumentation/InstrOrderFile.cpp
   41 static cl::opt<std::string> ClOrderFileWriteMapping(
lib/Transforms/Instrumentation/InstrProfiling.cpp
   61 cl::opt<std::string> MemOPSizeRange(
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  154 static cl::opt<std::string>
  159 static cl::opt<std::string> PGOTestProfileRemappingFile(
  256 extern cl::opt<std::string> ViewBlockFreqFuncName;
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
   94 extern cl::opt<std::string> MemOPSizeRange;
tools/bugpoint/BugDriver.cpp
   52 cl::opt<std::string> OutputFile("output",
tools/bugpoint/ExecutionDriver.cpp
   74 cl::opt<std::string> SafeInterpreterPath(
   83 cl::opt<std::string>
   94 cl::opt<std::string> CustomCompileCommand(
   99 cl::opt<std::string> CustomExecCommand(
  112 cl::opt<std::string>
  126 cl::opt<std::string> CCBinary("gcc", cl::init(""),
tools/bugpoint/ExtractFunction.cpp
   40 extern cl::opt<std::string> OutputPrefix;
tools/bugpoint/Miscompilation.cpp
   32 extern cl::opt<std::string> OutputPrefix;
tools/bugpoint/OptimizerDriver.cpp
   38 extern cl::opt<std::string> OutputPrefix;
   46 static cl::opt<std::string>
tools/bugpoint/ToolRunner.cpp
   34 cl::opt<std::string>
   38 cl::opt<std::string> RemoteHost("remote-host",
   41 cl::opt<std::string> RemotePort("remote-port",
   44 cl::opt<std::string> RemoteUser("remote-user",
   47 cl::opt<std::string>
tools/bugpoint/bugpoint.cpp
   90 static cl::opt<std::string>
tools/clang/include/clang/Tooling/AllTUsExecution.h
   73 extern llvm::cl::opt<std::string> Filter;
tools/clang/include/clang/Tooling/Execution.h
   39 extern llvm::cl::opt<std::string> ExecutorName;
tools/clang/lib/Tooling/AllTUsExecution.cpp
   57 llvm::cl::opt<std::string>
tools/clang/lib/Tooling/CommonOptionsParser.cpp
   87   static cl::opt<std::string> BuildPath("p", cl::desc("Build path"),
tools/clang/lib/Tooling/Execution.cpp
   18 llvm::cl::opt<std::string>
tools/clang/tools/arcmt-test/arcmt-test.cpp
   50 static llvm::cl::opt<std::string>
tools/clang/tools/c-index-test/core_main.cpp
   63 static cl::opt<std::string>
   66 static cl::opt<std::string>
tools/clang/tools/clang-check/ClangCheck.cpp
   68 static cl::opt<std::string> ASTDumpFilter(
tools/clang/tools/clang-diff/ClangDiff.cpp
   43 static cl::opt<std::string> SourcePath(cl::Positional, cl::desc("<source>"),
   47 static cl::opt<std::string> DestinationPath(cl::Positional,
   52 static cl::opt<std::string> StopAfter("stop-diff-after",
   60 static cl::opt<std::string> BuildPath("p", cl::desc("Build path"), cl::init(""),
tools/clang/tools/clang-format/ClangFormat.cpp
   62 static cl::opt<std::string>
   66 static cl::opt<std::string>
   76 static cl::opt<std::string> AssumeFileName(
tools/clang/tools/clang-import-test/clang-import-test.cpp
   40 static llvm::cl::opt<std::string> Expression(
   62 static llvm::cl::opt<std::string>
tools/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
   71 static cl::opt<std::string>
tools/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
   48 static cl::opt<std::string> Output("o", cl::Required,
   57 static cl::opt<std::string>
tools/clang/tools/clang-refactor/ClangRefactor.cpp
  171                        std::unique_ptr<cl::opt<std::string>> CLOption) {
  175   const cl::opt<std::string> &
  183                  std::unique_ptr<cl::opt<std::string>>>
  198     const cl::opt<std::string> &CLOpt = Options.getStringOption(Opt);
  234   std::unique_ptr<cl::opt<T>> create(const RefactoringOption &Opt) {
  240     return std::make_unique<cl::opt<T>>(
  263         Selection = std::make_unique<cl::opt<std::string>>(
  309   std::unique_ptr<cl::opt<std::string>> Selection;
tools/clang/tools/clang-rename/ClangRename.cpp
   89 static cl::opt<std::string>
   93 static cl::opt<std::string>
tools/clang/tools/clang-scan-deps/ClangScanDeps.cpp
   68 llvm::cl::opt<std::string>
tools/clang/tools/diagtool/FindDiagnosticID.cpp
   44   static llvm::cl::opt<std::string> DiagnosticName(
tools/clang/tools/extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
   30 static cl::opt<std::string> Directory(cl::Positional, cl::Required,
   56 static cl::opt<std::string> FormatStyleConfig(
   63 static cl::opt<std::string>
tools/clang/tools/extra/clang-change-namespace/tool/ClangChangeNamespace.cpp
   50 cl::opt<std::string> OldNamespace("old_namespace", cl::Required,
   54 cl::opt<std::string> NewNamespace("new_namespace", cl::Required,
   58 cl::opt<std::string> FilePattern(
   71 cl::opt<std::string> Style("style",
   75 cl::opt<std::string> WhiteListFile(
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp
   55 static llvm::cl::opt<std::string>
   64 static llvm::cl::opt<std::string>
   83 static llvm::cl::opt<std::string> SourceRoot("source-root", llvm::cl::desc(R"(
   89 static llvm::cl::opt<std::string>
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
   52 static cl::opt<std::string> OutputDir("output-dir", cl::desc(R"(
   57 static cl::opt<std::string> MergeDir("merge-dir", cl::desc(R"(
tools/clang/tools/extra/clang-include-fixer/tool/ClangIncludeFixer.cpp
   97 cl::opt<std::string> Input("input",
  101 cl::opt<std::string>
  139 cl::opt<std::string> InsertHeader(
  154 cl::opt<std::string>
tools/clang/tools/extra/clang-move/tool/ClangMove.cpp
   46 cl::opt<std::string>
   51 cl::opt<std::string>
   55 cl::opt<std::string>
   60 cl::opt<std::string>
   78 cl::opt<std::string>
tools/clang/tools/extra/clang-query/tool/ClangQuery.cpp
   60 static cl::opt<std::string> PreloadFile(
tools/clang/tools/extra/clang-reorder-fields/tool/ClangReorderFields.cpp
   37 static cl::opt<std::string>
tools/clang/tools/extra/clang-tidy/tool/ClangTidyMain.cpp
   59 static cl::opt<std::string> Checks("checks", cl::desc(R"(
   72 static cl::opt<std::string> WarningsAsErrors("warnings-as-errors", cl::desc(R"(
   82 static cl::opt<std::string> HeaderFilter("header-filter", cl::desc(R"(
   98 static cl::opt<std::string> LineFilter("line-filter", cl::desc(R"(
  126 static cl::opt<std::string> FormatStyle("format-style", cl::desc(R"(
  156 static cl::opt<std::string> Config("config", cl::desc(R"(
  186 static cl::opt<std::string> StoreCheckProfile("store-check-profile",
  203 static cl::opt<std::string> ExportFixes("export-fixes", cl::desc(R"(
  220 static cl::opt<std::string> VfsOverlay("vfsoverlay", cl::desc(R"(
tools/clang/tools/extra/clangd/index/dex/dexp/Dexp.cpp
   28 llvm::cl::opt<std::string> IndexPath("index-path",
  120   llvm::cl::opt<std::string> Query{
  126   llvm::cl::opt<std::string> Scopes{
  159   llvm::cl::opt<std::string> ID{
  164   llvm::cl::opt<std::string> Name{
  200   llvm::cl::opt<std::string> ID{
  205   llvm::cl::opt<std::string> Name{
  209   llvm::cl::opt<std::string> Filter{
tools/clang/tools/extra/clangd/tool/ClangdMain.cpp
   76 opt<Path> CompileCommandsDir{
   84 opt<Path> ResourceDir{
  137 opt<std::string> ClangTidyChecks{
  174 opt<std::string> FallbackStyle{
  275 opt<Path> IndexFile{
  338 opt<Path> InputMirrorFile{
tools/clang/tools/extra/modularize/Modularize.cpp
  275 static cl::opt<std::string> HeaderPrefix(
  284 static cl::opt<std::string> ModuleMapPath(
  292 static cl::opt<std::string> ProblemFilesList(
  299 static cl::opt<std::string>
tools/clang/tools/extra/pp-trace/PPTrace.cpp
   59 static cl::opt<std::string> Callbacks(
   67 static cl::opt<std::string> OutputFileName(
tools/clang/unittests/Tooling/ExecutionTest.cpp
  149   llvm::cl::opt<std::string> BeforeReset(
tools/clang/utils/TableGen/TableGen.cpp
  193 cl::opt<std::string>
tools/llc/llc.cpp
   61 static cl::opt<std::string>
   64 static cl::opt<std::string>
   67 static cl::opt<std::string>
   70 static cl::opt<std::string>
   98 static cl::opt<std::string>
  101 static cl::opt<std::string> SplitDwarfFile(
  147 static cl::opt<std::string>
  152 static cl::opt<std::string>
  158 static cl::opt<std::string> RemarksFormat(
tools/lldb/tools/lldb-test/lldb-test.cpp
   61 cl::opt<std::string> Log("log", cl::desc("Path to a log file"), cl::init(""),
   74 static cl::opt<std::string> Target(cl::Positional, cl::desc("<target>"),
   76 static cl::opt<std::string> CommandFile(cl::Positional,
  104 static cl::opt<std::string> InputFile(cl::Positional, cl::desc("<input file>"),
  107 static cl::opt<std::string>
  131 static cl::opt<std::string> Name("name", cl::desc("Name to find."),
  138 static cl::opt<std::string>
  143 static cl::opt<std::string> CompilerContext(
  148 static cl::opt<std::string>
  180 static cl::opt<std::string> File("file",
  203 static cl::opt<std::string> Target(cl::Positional, cl::desc("<target>"),
  206 static cl::opt<std::string> CommandFile(cl::Positional,
tools/lli/lli.cpp
   76   cl::opt<std::string>
  129   cl::opt<std::string>
  145   cl::opt<std::string>
  148   cl::opt<std::string>
  175   cl::opt<std::string>
  181   cl::opt<std::string>
tools/llvm-as/llvm-as.cpp
   35 static cl::opt<std::string> InputFilename(cl::Positional,
   39 static cl::opt<std::string> OutputFilename("o",
   66 static cl::opt<std::string> ClDataLayout("data-layout",
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
   39 static cl::opt<std::string>
   55 static cl::opt<std::string>
   63 static cl::opt<std::string> CheckHash(
tools/llvm-cat/llvm-cat.cpp
   41 static cl::opt<std::string> OutputFilename("o", cl::Required,
tools/llvm-cfi-verify/llvm-cfi-verify.cpp
   34 cl::opt<std::string> InputFilename(cl::Positional, cl::desc("<input file>"),
   36 cl::opt<std::string> BlacklistFilename(cl::Positional,
tools/llvm-cov/CodeCoverage.cpp
  539   cl::opt<std::string> CovFilename(
  574   cl::opt<std::string> PathRemap(
  824   cl::opt<std::string> ShowOutputDirectory(
  835   cl::opt<std::string> ProjectTitle(
tools/llvm-cov/TestingSupport.cpp
   22   cl::opt<std::string> InputSourceFile(cl::Positional, cl::Required,
   25   cl::opt<std::string> OutputFilename(
tools/llvm-cov/gcov.cpp
  112   cl::opt<std::string> ObjectDir(
  135   cl::opt<std::string> InputGCNO("gcno", cl::cat(DebugCat), cl::init(""),
  137   cl::opt<std::string> InputGCDA("gcda", cl::cat(DebugCat), cl::init(""),
tools/llvm-cxxmap/llvm-cxxmap.cpp
   27 cl::opt<std::string> OldSymbolFile(cl::Positional, cl::Required,
   29 cl::opt<std::string> NewSymbolFile(cl::Positional, cl::Required,
   31 cl::opt<std::string> RemappingFile("remapping-file", cl::Required,
   34 cl::opt<std::string> OutputFilename("output", cl::value_desc("output"),
tools/llvm-diff/llvm-diff.cpp
   58 static cl::opt<std::string> LeftFilename(cl::Positional,
   61 static cl::opt<std::string> RightFilename(cl::Positional,
tools/llvm-dis/llvm-dis.cpp
   38 static cl::opt<std::string>
   41 static cl::opt<std::string>
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  159 static opt<std::string>
tools/llvm-dwp/llvm-dwp.cpp
   59 static cl::opt<std::string> OutputFilename(cl::Required, "o",
tools/llvm-elfabi/llvm-elfabi.cpp
   42 cl::opt<std::string> InputFilePath(cl::Positional, cl::desc("input"),
   44 cl::opt<std::string>
   48 cl::opt<std::string> SOName(
tools/llvm-exegesis/llvm-exegesis.cpp
   54 static cl::opt<std::string>
   59 static cl::opt<std::string> SnippetsFile("snippets-file",
   64 static cl::opt<std::string>
  135 static cl::opt<std::string>
  138 static cl::opt<std::string>
  152 static cl::opt<std::string> CpuName(
tools/llvm-extract/llvm-extract.cpp
   39 static cl::opt<std::string> InputFilename(cl::Positional,
   44 static cl::opt<std::string> OutputFilename("o",
tools/llvm-ifs/llvm-ifs.cpp
   40 static cl::opt<std::string> Action("action", cl::desc("<llvm-ifs action>"),
   44 static cl::opt<std::string> ForceFormat("force-format",
   53 static cl::opt<std::string> OutputFilename("o", cl::desc("<output file>"),
tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
   46 static cl::opt<std::string>
tools/llvm-jitlink/llvm-jitlink.cpp
   59 static cl::opt<std::string>
  104 static cl::opt<std::string> SlabAllocateSizeString(
tools/llvm-link/llvm-link.cpp
   63 static cl::opt<std::string>
   67 static cl::opt<std::string>
tools/llvm-lto/llvm-lto.cpp
  136 static cl::opt<std::string>
  141 static cl::opt<std::string> ThinLTOPrefixReplace(
  148 static cl::opt<std::string> ThinLTOModuleId(
  153 static cl::opt<std::string>
  172 static cl::opt<std::string> ThinLTOSaveTempsPrefix(
  177 static cl::opt<std::string> ThinLTOGeneratedObjectsDir(
  189 static cl::opt<std::string> OutputFilename("o", cl::init(""),
tools/llvm-lto2/llvm-lto2.cpp
   45 static cl::opt<std::string> OutputFilename("o", cl::Required,
   49 static cl::opt<std::string> CacheDir("cache-dir", cl::desc("Cache Directory"),
   52 static cl::opt<std::string> OptPipeline("opt-pipeline",
   56 static cl::opt<std::string> AAPipeline("aa-pipeline",
   85 static cl::opt<std::string> OverrideTriple(
   89 static cl::opt<std::string> DefaultTriple(
   99 static cl::opt<std::string>
  104 static cl::opt<std::string>
  110 static cl::opt<std::string> RemarksFormat(
  115 static cl::opt<std::string>
  119 static cl::opt<std::string>
  137 static cl::opt<std::string>
tools/llvm-mc/llvm-mc.cpp
   44 static cl::opt<std::string>
   47 static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"),
   51 static cl::opt<std::string> SplitDwarfFile("split-dwarf-file",
  114 static cl::opt<std::string>
  118 static cl::opt<std::string>
  122 static cl::opt<std::string>
  150 static cl::opt<std::string>
  159 static cl::opt<std::string>
tools/llvm-mca/llvm-mca.cpp
   68 static cl::opt<std::string> InputFilename(cl::Positional,
   72 static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"),
   76 static cl::opt<std::string>
   82 static cl::opt<std::string>
   87 static cl::opt<std::string>
   92 static cl::opt<std::string>
tools/llvm-modextract/llvm-modextract.cpp
   27 static cl::opt<std::string> OutputFilename("o", cl::Required,
   31 static cl::opt<std::string>
tools/llvm-objdump/MachODump.cpp
   71 extern cl::opt<std::string> MCPU;
   80 extern cl::opt<std::string> TripleName;
  112 static cl::opt<std::string> DSYMFile("dsym",
  180 cl::opt<std::string> DisSymName(
tools/llvm-objdump/llvm-objdump.cpp
  109 static cl::opt<std::string>
  228 cl::opt<std::string>
  321 cl::opt<std::string> TripleName("triple",
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp
   26 static cl::opt<std::string>
   30 static cl::opt<std::string> PassPipeline(
tools/llvm-opt-report/OptReport.cpp
   43 static cl::opt<std::string>
   47 static cl::opt<std::string>
   51 static cl::opt<std::string>
   63 static cl::opt<std::string> ParserFormat("format",
tools/llvm-pdbutil/llvm-pdbutil.cpp
  376 cl::opt<std::string> DumpBlockRangeOpt(
  381 cl::opt<std::string>
  621 cl::opt<std::string>
  625 cl::opt<std::string> InputFilename(cl::Positional,
  695 cl::opt<std::string>
  727 cl::opt<std::string> OutputFile("out",
  730 cl::opt<std::string>
tools/llvm-pdbutil/llvm-pdbutil.h
  213 extern llvm::cl::opt<std::string> OutputFile;
  214 extern llvm::cl::opt<std::string> Stream;
tools/llvm-profdata/llvm-profdata.cpp
  603   cl::opt<std::string> InputFilenamesFile(
  612   cl::opt<std::string> RemappingFile("remapping-file", cl::value_desc("file"),
  616   cl::opt<std::string> OutputFilename("output", cl::value_desc("output"),
  648   cl::opt<std::string> ProfileSymbolListFile(
  723   cl::opt<std::string> BaseFilename(cl::Positional, cl::Required,
  725   cl::opt<std::string> TestFilename(cl::Positional, cl::Required,
  727   cl::opt<std::string> Output("output", cl::value_desc("output"), cl::init("-"),
  737   cl::opt<std::string> FuncNameFilter(
 1051   cl::opt<std::string> Filename(cl::Positional, cl::Required,
 1077   cl::opt<std::string> ShowFunction("function",
 1080   cl::opt<std::string> OutputFilename("output", cl::value_desc("output"),
tools/llvm-reduce/llvm-reduce.cpp
   34 static cl::opt<std::string> InputFilename(cl::Positional, cl::Required,
   37 static cl::opt<std::string>
   45 static cl::opt<std::string>
tools/llvm-rtdyld/llvm-rtdyld.cpp
   72 static cl::opt<std::string>
   86 static cl::opt<std::string>
   89 static cl::opt<std::string>
tools/llvm-split/llvm-split.cpp
   27 static cl::opt<std::string>
   31 static cl::opt<std::string>
tools/llvm-stress/llvm-stress.cpp
   63 static cl::opt<std::string>
tools/llvm-symbolizer/llvm-symbolizer.cpp
   89 static cl::opt<std::string> ClDefaultArch("default-arch", cl::init(""),
   94 static cl::opt<std::string>
  105 static cl::opt<std::string>
  149 static cl::opt<std::string>
tools/llvm-undname/llvm-undname.cpp
   46 cl::opt<std::string> RawFile("raw-file", cl::Optional,
tools/llvm-xray/xray-account.cpp
   30 static cl::opt<std::string> AccountInput(cl::Positional,
   47 static cl::opt<std::string>
  113 static cl::opt<std::string>
tools/llvm-xray/xray-converter.cpp
   33 static cl::opt<std::string> ConvertInput(cl::Positional,
   48 static cl::opt<std::string>
   64 static cl::opt<std::string>
tools/llvm-xray/xray-extract.cpp
   33 static cl::opt<std::string> ExtractInput(cl::Positional,
   36 static cl::opt<std::string>
tools/llvm-xray/xray-fdr-dump.cpp
   29 static cl::opt<std::string> DumpInput(cl::Positional,
tools/llvm-xray/xray-graph-diff.cpp
   32 static cl::opt<std::string> GraphDiffInput1(cl::Positional,
   35 static cl::opt<std::string> GraphDiffInput2(cl::Positional,
   61 static cl::opt<std::string>
   70 static cl::opt<std::string>
   79 static cl::opt<std::string>
  218 static cl::opt<std::string>
tools/llvm-xray/xray-graph.cpp
   25 static cl::opt<std::string> GraphInput(cl::Positional,
   36 static cl::opt<std::string>
   42 static cl::opt<std::string>
tools/llvm-xray/xray-stacks.cpp
   50 static cl::opt<std::string> StacksInstrMap(
tools/obj2yaml/obj2yaml.cpp
   66 cl::opt<std::string> InputFilename(cl::Positional, cl::desc("<input file>"),
tools/opt/NewPMDriver.cpp
   53 static cl::opt<std::string>
   61 static cl::opt<std::string> PeepholeEPPipeline(
   66 static cl::opt<std::string> LateLoopOptimizationsEPPipeline(
   72 static cl::opt<std::string> LoopOptimizerEndEPPipeline(
   77 static cl::opt<std::string> ScalarOptimizerLateEPPipeline(
   82 static cl::opt<std::string> CGSCCOptimizerLateEPPipeline(
   87 static cl::opt<std::string> VectorizerStartEPPipeline(
   92 static cl::opt<std::string> PipelineStartEPPipeline(
   97 static cl::opt<std::string> OptimizerLastEPPipeline(
  104 extern cl::opt<std::string> ProfileFile;
  106 extern cl::opt<std::string> CSProfileGenFile;
  108 static cl::opt<std::string>
  119                           const cl::opt<std::string> &PipelineOpt) {
tools/opt/opt.cpp
   74 static cl::opt<std::string> PassPipeline(
   81 static cl::opt<std::string>
   85 static cl::opt<std::string>
  110 static cl::opt<std::string> ThinLinkBitcodeFile(
  172 static cl::opt<std::string>
  215 static cl::opt<std::string>
  224 static cl::opt<std::string> ClDataLayout("data-layout",
  265 static cl::opt<std::string>
  270 static cl::opt<std::string>
  276 static cl::opt<std::string> RemarksFormat(
  291 cl::opt<std::string> ProfileFile("profile-file",
  305 cl::opt<std::string> CSProfileGenFile(
tools/polly/lib/Analysis/ScopBuilder.cpp
  120 static cl::opt<std::string> UserContextStr(
tools/polly/lib/Analysis/ScopDetection.cpp
  130 static cl::opt<std::string> OnlyRegion(
tools/polly/lib/Analysis/ScopGraphPrinter.cpp
   26 static cl::opt<std::string>
tools/polly/lib/Exchange/JSONExporter.cpp
   41 static cl::opt<std::string>
   47 static cl::opt<std::string>
tools/polly/lib/Transform/ScheduleOptimizer.cpp
   84 static cl::opt<std::string>
   90 static cl::opt<std::string>
  106 static cl::opt<std::string> FusionStrategy(
  110 static cl::opt<std::string>
  115 static cl::opt<std::string> OuterCoincidence(
tools/sancov/sancov.cpp
  101 static cl::opt<std::string> ClStripPathPrefix(
  105 static cl::opt<std::string>
tools/sanstats/sanstats.cpp
   25 static cl::opt<std::string> ClInputFile(cl::Positional, cl::Required,
tools/verify-uselistorder/verify-uselistorder.cpp
   56 static cl::opt<std::string> InputFilename(cl::Positional,
tools/yaml2obj/yaml2obj.cpp
   31 static cl::opt<std::string>
   38 static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"),
unittests/Support/CommandLineTest.cpp
  133 cl::opt<std::string> EnvironmentTestOption("env-test-opt");
unittests/Support/ProgramTest.cpp
   56 static cl::opt<std::string>
   58 static cl::opt<std::string>
utils/FileCheck/FileCheck.cpp
   31 static cl::opt<std::string>
   34 static cl::opt<std::string>
utils/TableGen/AsmMatcherEmitter.cpp
  128 static cl::opt<std::string>
utils/TableGen/GlobalISelEmitter.cpp
   71 static cl::opt<std::string> UseCoverageFile(
utils/TableGen/TableGen.cpp
  133 cl::opt<std::string> Class("class", cl::desc("Print Enum list for this class"),
utils/yaml-bench/YAMLBench.cpp
   40 static cl::opt<std::string>