|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
examples/SpeculativeJIT/SpeculativeJIT.cpp 26 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore,
29 static cl::list<std::string> InputArgv("args", cl::Positional,
gen/lib/Target/AArch64/AArch64GenGICombiner.inc 82 cl::list<std::string> AArch64PreLegalizerCombinerHelperOption(
include/llvm/CodeGen/CommandFlags.inc 38 static cl::list<std::string>
include/llvm/Support/CommandLine.h 1578 list(const list &) = delete;
1579 list &operator=(const list &) = delete;
1579 list &operator=(const list &) = delete;
1604 void apply(list<D, S, P> &L) const {
lib/IR/LegacyPassManager.cpp 65 typedef llvm::cl::list<const llvm::PassInfo *, bool, PassNameParser>
93 static cl::list<std::string>
lib/Support/DebugCounter.cpp 13 class DebugCounterList : public cl::list<std::string, DebugCounter> {
15 using Base = cl::list<std::string, DebugCounter>;
lib/TableGen/Main.cpp 44 static cl::list<std::string>
48 static cl::list<std::string>
lib/Target/AMDGPU/AMDGPULibCalls.cpp 47 static cl::list<std::string> UseNative("amdgpu-use-native",
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp 221 static cl::list<std::string>
lib/Transforms/IPO/ForceFunctionAttrs.cpp 20 static cl::list<std::string>
lib/Transforms/IPO/Internalize.cpp 50 static cl::list<std::string>
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 129 static cl::list<std::string> ClABIListFiles(
lib/Transforms/Utils/SymbolRewriter.cpp 90 static cl::list<std::string> RewriteMapFiles("rewrite-map-file",
tools/bugpoint/ExecutionDriver.cpp 87 cl::list<std::string>
91 cl::list<std::string> AdditionalLinkerArgs(
108 cl::list<std::string> InputArgv("args", cl::Positional,
118 cl::list<std::string> ToolArgv("tool-args", cl::Positional,
122 cl::list<std::string> SafeToolArgv("safe-tool-args", cl::Positional,
129 cl::list<std::string> CCToolArgv("gcc-tool-args", cl::Positional,
tools/bugpoint/Miscompilation.cpp 33 extern cl::list<std::string> InputArgv;
tools/bugpoint/OptimizerDriver.cpp 118 static cl::list<std::string> OptArgs("opt-args", cl::Positional,
tools/bugpoint/bugpoint.cpp 44 static cl::list<std::string>
65 static cl::list<const PassInfo *, bool, PassNameParser>
tools/clang/lib/Tooling/CommonOptionsParser.cpp 91 static cl::list<std::string> SourcePaths(
95 static cl::list<std::string> ArgsAfter(
100 static cl::list<std::string> ArgsBefore(
tools/clang/tools/arcmt-test/arcmt-test.cpp 55 static llvm::cl::list<std::string>
tools/clang/tools/clang-diff/ClangDiff.cpp 63 static cl::list<std::string> ArgsAfter(
68 static cl::list<std::string> ArgsBefore(
tools/clang/tools/clang-format/ClangFormat.cpp 36 static cl::list<unsigned>
43 static cl::list<unsigned>
53 static cl::list<std::string>
159 static cl::list<std::string> FileNames(cl::Positional, cl::desc("[<file> ...]"),
tools/clang/tools/clang-import-test/clang-import-test.cpp 44 static llvm::cl::list<std::string>
57 static llvm::cl::list<std::string>
tools/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp 59 static cl::list<std::string>
63 static cl::list<std::string>
67 static cl::list<std::string>
tools/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp 53 static cl::list<std::string> Inputs(cl::Positional, cl::OneOrMore,
tools/clang/tools/clang-rename/ClangRename.cpp 68 static cl::list<unsigned> SymbolOffsets(
74 static cl::list<std::string>
79 static cl::list<std::string>
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp 78 static llvm::cl::list<std::string> UserStylesheets(
tools/clang/tools/extra/clang-move/tool/ClangMove.cpp 41 cl::list<std::string> Names("names", cl::CommaSeparated,
tools/clang/tools/extra/clang-query/tool/ClangQuery.cpp 51 static cl::list<std::string> Commands("c", cl::desc("Specify command to run"),
55 static cl::list<std::string> CommandFiles("f",
tools/clang/tools/extra/clang-reorder-fields/tool/ClangReorderFields.cpp 42 static cl::list<std::string> FieldsOrder("fields-order", cl::CommaSeparated,
tools/clang/tools/extra/clangd/tool/ClangdMain.cpp 92 list<std::string> QueryDriverGlobs{
259 list<std::string> TweakList{
tools/clang/tools/extra/modularize/Modularize.cpp 264 static cl::list<std::string>
270 static cl::list<std::string>
313 static cl::list<std::string>
tools/llc/llc.cpp 134 static cl::list<std::string> IncludeDirs("I", cl::desc("include search path"));
tools/lldb/tools/lldb-test/lldb-test.cpp 98 cl::list<std::string> InputFilenames(cl::Positional, cl::desc("<input files>"),
152 static cl::list<FunctionNameType> FunctionNameFlags(
tools/lli/lli.cpp 79 cl::list<std::string>
102 cl::list<std::string>
113 cl::list<std::string>
155 cl::list<std::string>
160 cl::list<std::string>
165 cl::list<std::string>
tools/llvm-cat/llvm-cat.cpp 46 static cl::list<std::string> InputFilenames(cl::Positional, cl::ZeroOrMore,
tools/llvm-cov/CodeCoverage.cpp 542 cl::list<std::string> CovFilenames(
546 cl::list<std::string> InputSourceFiles(
558 cl::list<std::string> Arches(
581 cl::list<std::string> NameFilters(
586 cl::list<std::string> NameFilterFiles(
592 cl::list<std::string> NameRegexFilters(
598 cl::list<std::string> IgnoreFilenameRegexFilters(
632 cl::list<std::string> DemanglerOpts(
tools/llvm-cov/gcov.cpp 84 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore,
tools/llvm-cxxdump/llvm-cxxdump.cpp 36 cl::list<std::string> InputFilenames(cl::Positional,
tools/llvm-cxxdump/llvm-cxxdump.h 16 extern llvm::cl::list<std::string> InputFilenames;
tools/llvm-cxxfilt/llvm-cxxfilt.cpp 52 static cl::list<std::string>
tools/llvm-diff/llvm-diff.cpp 64 static cl::list<std::string> GlobalsToCompare(cl::Positional,
tools/llvm-dwarfdump/llvm-dwarfdump.cpp 95 static list<std::string>
123 static list<std::string>
134 static list<std::string>
147 static list<std::string> Name(
tools/llvm-dwp/llvm-dwp.cpp 50 static cl::list<std::string> InputFiles(cl::Positional, cl::ZeroOrMore,
54 static cl::list<std::string> ExecFilenames(
tools/llvm-extract/llvm-extract.cpp 61 static cl::list<std::string>
68 static cl::list<std::string>
76 static cl::list<std::string> ExtractBlocks(
91 static cl::list<std::string>
98 static cl::list<std::string>
106 static cl::list<std::string>
113 static cl::list<std::string>
tools/llvm-ifs/llvm-ifs.cpp 49 static cl::list<std::string> InputFilenames(cl::Positional,
tools/llvm-jitlink/llvm-jitlink.cpp 49 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore,
55 static cl::list<std::string>
63 static cl::list<std::string> JITLinkDylibs(
67 static cl::list<std::string>
71 static cl::list<std::string> InputArgv("args", cl::Positional,
80 static cl::list<std::string> AbsoluteDefs(
tools/llvm-link/llvm-link.cpp 42 static cl::list<std::string>
46 static cl::list<std::string> OverridingInputs(
53 static cl::list<std::string> Imports(
276 const cl::list<std::string> &Files,
tools/llvm-lto/llvm-lto.cpp 186 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
193 static cl::list<std::string> ExportedSymbols(
198 static cl::list<std::string>
tools/llvm-lto2/llvm-lto2.cpp 42 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
71 static cl::list<std::string> SymbolResolutions(
tools/llvm-mc/llvm-mc.cpp 87 static cl::list<std::string>
110 static cl::list<std::string>
128 static cl::list<std::string>
154 static cl::list<std::string>
tools/llvm-nm/llvm-nm.cpp 61 cl::list<std::string> InputFilenames(cl::Positional, cl::desc("<input files>"),
103 static cl::list<std::string>
186 cl::list<std::string> SegSect("s", cl::multi_val(2), cl::ZeroOrMore,
tools/llvm-objdump/MachODump.cpp 69 extern cl::list<std::string> FilterSections;
70 extern cl::list<std::string> MAttrs;
190 static cl::list<std::string>
tools/llvm-objdump/llvm-objdump.cpp 146 static cl::list<std::string>
162 static cl::list<std::string>
208 static cl::list<std::string> InputFilenames(cl::Positional,
233 cl::list<std::string> MAttrs("mattr", cl::CommaSeparated,
271 cl::list<std::string>
tools/llvm-pdbutil/llvm-pdbutil.cpp 157 cl::list<std::string> InputFilenames(cl::Positional,
199 cl::list<std::string> InputFilenames(cl::Positional,
211 cl::list<std::string> WithName(
225 cl::list<SymLevel> SymTypes(
313 cl::list<std::string> ExcludeTypes(
316 cl::list<std::string> ExcludeSymbols(
319 cl::list<std::string> ExcludeCompilands(
323 cl::list<std::string> IncludeTypes(
327 cl::list<std::string> IncludeSymbols(
331 cl::list<std::string> IncludeCompilands(
386 cl::list<std::string>
410 cl::list<uint32_t>
415 cl::list<uint32_t>
438 cl::list<std::string> InputFilenames(cl::Positional,
498 cl::list<uint32_t> DumpTypeIndex(
514 cl::list<uint32_t> DumpIdIndex(
531 cl::list<std::string> DumpGlobalNames(
615 cl::list<std::string> InputFilenames(cl::Positional,
678 cl::list<ModuleSubsection> DumpModuleSubsections(
686 cl::list<std::string> InputFilename(cl::Positional,
692 cl::list<std::string> InputFilenames(cl::Positional,
701 cl::list<std::string> InputFilename(cl::Positional,
705 cl::list<uint64_t> Offsets("offset", cl::desc("The file offset to explain"),
724 cl::list<std::string> InputFilename(cl::Positional,
1417 static void simplifyChunkList(llvm::cl::list<opts::ModuleSubsection> &Chunks) {
tools/llvm-pdbutil/llvm-pdbutil.h 77 extern llvm::cl::list<std::string> WithName;
93 extern llvm::cl::list<std::string> ExcludeTypes;
94 extern llvm::cl::list<std::string> ExcludeSymbols;
95 extern llvm::cl::list<std::string> ExcludeCompilands;
96 extern llvm::cl::list<std::string> IncludeTypes;
97 extern llvm::cl::list<std::string> IncludeSymbols;
98 extern llvm::cl::list<std::string> IncludeCompilands;
116 extern llvm::cl::list<std::string> DumpStreamData;
127 extern llvm::cl::list<uint32_t> TypeIndex;
128 extern llvm::cl::list<uint32_t> IdIndex;
157 extern llvm::cl::list<uint32_t> DumpTypeIndex;
165 extern llvm::cl::list<uint32_t> DumpIdIndex;
173 extern llvm::cl::list<std::string> DumpGlobalNames;
197 extern llvm::cl::list<std::string> InputFilename;
200 extern llvm::cl::list<ModuleSubsection> DumpModuleSubsections;
207 extern llvm::cl::list<std::string> InputFilename;
208 extern llvm::cl::list<uint64_t> Offsets;
tools/llvm-profdata/llvm-profdata.cpp 599 cl::list<std::string> InputFilenames(cl::Positional,
601 cl::list<std::string> WeightedInputFilenames("weighted-input",
1068 cl::list<uint32_t> DetailedSummaryCutoffs(
tools/llvm-readobj/llvm-readobj.cpp 48 cl::list<std::string> InputFilenames(cl::Positional,
181 cl::list<std::string> StringDump("string-dump", cl::desc("<number|name>"),
187 cl::list<std::string> HexDump("hex-dump", cl::desc("<number|name>"),
tools/llvm-reduce/llvm-reduce.cpp 41 static cl::list<std::string>
tools/llvm-rtdyld/llvm-rtdyld.cpp 46 static cl::list<std::string>
77 static cl::list<std::string>
82 static cl::list<std::string> InputArgv("args", cl::Positional,
95 static cl::list<std::string>
123 static cl::list<std::string>
130 static cl::list<std::string>
tools/llvm-size/llvm-size.cpp 72 static cl::list<std::string>
100 static cl::list<std::string>
tools/llvm-stress/llvm-stress.cpp 99 static cl::list<Type*> AdditionalScalarTypes("types", cl::CommaSeparated,
tools/llvm-strings/llvm-strings.cpp 27 static cl::list<std::string> InputFileNames(cl::Positional,
tools/llvm-symbolizer/llvm-symbolizer.cpp 109 static cl::list<std::string>
145 static cl::list<std::string> ClInputAddresses(cl::Positional,
tools/llvm-undname/llvm-undname.cpp 48 cl::list<std::string> Symbols(cl::Positional, cl::desc("<input symbols>"),
tools/llvm-xray/xray-stacks.cpp 37 static cl::list<std::string> StackInputs(cl::Positional,
tools/opt/NewPMDriver.cpp 46 static cl::list<std::string>
tools/opt/opt.cpp 67 static cl::list<const PassInfo*, bool, PassNameParser>
tools/polly/lib/Analysis/ScopDetection.cpp 106 static cl::list<std::string> OnlyFunctions(
114 static cl::list<std::string> IgnoredFunctions(
313 const cl::list<std::string> &RegexList) {
tools/polly/lib/Support/RegisterPasses.cpp 206 static cl::list<std::string> DumpBeforeFile(
217 static cl::list<std::string> DumpAfterFile(
tools/polly/lib/Support/ScopHelper.cpp 34 static cl::list<std::string> DebugFunctions(
tools/polly/lib/Transform/ScheduleOptimizer.cpp 209 static cl::list<int>
227 static cl::list<int>
251 static cl::list<int>
tools/sancov/sancov.cpp 89 static cl::list<std::string>
unittests/Support/CommandLineTest.cpp 750 StackOption<std::string, cl::list<std::string>> InputFilenames(
1053 StackOption<std::string, cl::list<std::string>> PosEatArgs(
1056 StackOption<std::string, cl::list<std::string>> PosEatArgs2(
1319 StackOption<std::string, cl::list<std::string>> IncludeDirs(
1353 StackOption<std::string, cl::list<std::string>> MacroDefs(
utils/FileCheck/FileCheck.cpp 38 static cl::list<std::string> CheckPrefixes(
55 static cl::list<std::string> ImplicitCheckNot(
62 static cl::list<std::string>
130 typedef cl::list<std::string>::const_iterator prefix_iterator;
utils/TableGen/GICombinerEmitter.cpp 34 static cl::list<std::string>