Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A Dgcov.cpp86 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain()
87 cl::desc("SOURCEFILE")); in gcovMain()
89 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain()
90 cl::desc("Display all basic blocks")); in gcovMain()
91 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks)); in gcovMain()
93 cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false), in gcovMain()
94 cl::desc("Display branch probabilities")); in gcovMain()
95 cl::alias BranchProbA("branch-probabilities", cl::aliasopt(BranchProb)); in gcovMain()
97 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false), in gcovMain()
98 cl::desc("Display branch counts instead " in gcovMain()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp103 cl::SubCommand DumpSubcommand("dump", "Dump MSF and CodeView debug info");
104 cl::SubCommand BytesSubcommand("bytes", "Dump raw bytes from the PDB file");
106 cl::SubCommand DiaDumpSubcommand("diadump",
109 cl::SubCommand
113 cl::SubCommand
116 cl::SubCommand
120 cl::SubCommand MergeSubcommand("merge",
123 cl::SubCommand ExplainSubcommand("explain",
126 cl::SubCommand ExportSubcommand("export",
129 cl::OptionCategory TypeCategory("Symbol Type Options");
[all …]
H A Dllvm-pdbutil.h79 extern llvm::cl::list<std::string> WithName;
81 extern llvm::cl::opt<bool> Compilands;
82 extern llvm::cl::opt<bool> Symbols;
83 extern llvm::cl::opt<bool> Globals;
84 extern llvm::cl::opt<bool> Classes;
85 extern llvm::cl::opt<bool> Enums;
86 extern llvm::cl::opt<bool> Funcsigs;
87 extern llvm::cl::opt<bool> Arrays;
88 extern llvm::cl::opt<bool> Typedefs;
89 extern llvm::cl::opt<bool> Pointers;
[all …]
/openbsd-src/sys/net/
H A Dhfsc.c315 hfsc_class_qlength(struct hfsc_class *cl) in hfsc_class_qlength()
318 if (cl->cl_qops != NULL) in hfsc_class_qlength()
319 return cl->cl_qops->pfq_qlength(cl->cl_qdata); in hfsc_class_qlength()
324 hfsc_class_enqueue(struct hfsc_class *cl, struct mbuf *m) in hfsc_class_enqueue()
326 return cl->cl_qops->pfq_enqueue(cl->cl_qdata, m); in hfsc_class_enqueue()
330 hfsc_class_deq_begin(struct hfsc_class *cl, struct mbuf_list *ml) in hfsc_class_deq_begin()
332 return cl->cl_qops->pfq_deq_begin(cl in hfsc_class_deq_begin()
314 hfsc_class_qlength(struct hfsc_class * cl) hfsc_class_qlength() argument
323 hfsc_class_enqueue(struct hfsc_class * cl,struct mbuf * m) hfsc_class_enqueue() argument
329 hfsc_class_deq_begin(struct hfsc_class * cl,struct mbuf_list * ml) hfsc_class_deq_begin() argument
335 hfsc_class_deq_commit(struct hfsc_class * cl,struct mbuf * m) hfsc_class_deq_commit() argument
341 hfsc_class_purge(struct hfsc_class * cl,struct mbuf_list * ml) hfsc_class_purge() argument
414 struct hfsc_class *cl, *parent, *np = NULL; hfsc_pf_addqueue() local
491 struct hfsc_class *cl; hfsc_pf_qstats() local
596 struct hfsc_class *cl; hfsc_free() local
621 struct hfsc_class *cl; hfsc_purge() local
632 struct hfsc_class *cl, *p; hfsc_class_create() local
728 hfsc_class_destroy(struct hfsc_if * hif,struct hfsc_class * cl) hfsc_class_destroy() argument
792 hfsc_nextclass(struct hfsc_class * cl) hfsc_nextclass() argument
813 struct hfsc_class *cl; hfsc_enq() local
844 struct hfsc_class *cl, *tcl; hfsc_deq_begin() local
899 struct hfsc_class *cl = cookie; hfsc_deq_commit() local
908 hfsc_update_sc(struct hfsc_if * hif,struct hfsc_class * cl,int len) hfsc_update_sc() argument
968 hfsc_cl_purge(struct hfsc_if * hif,struct hfsc_class * cl,struct mbuf_list * ml) hfsc_cl_purge() argument
983 hfsc_set_active(struct hfsc_if * hif,struct hfsc_class * cl,int len) hfsc_set_active() argument
994 hfsc_set_passive(struct hfsc_if * hif,struct hfsc_class * cl) hfsc_set_passive() argument
1006 hfsc_init_ed(struct hfsc_if * hif,struct hfsc_class * cl,int next_len) hfsc_init_ed() argument
1034 hfsc_update_ed(struct hfsc_if * hif,struct hfsc_class * cl,int next_len) hfsc_update_ed() argument
1043 hfsc_update_d(struct hfsc_class * cl,int next_len) hfsc_update_d() argument
1049 hfsc_init_vf(struct hfsc_class * cl,int len) hfsc_init_vf() argument
1141 hfsc_update_vf(struct hfsc_class * cl,int len,u_int64_t cur_time) hfsc_update_vf() argument
1226 hfsc_update_cfmin(struct hfsc_class * cl) hfsc_update_cfmin() argument
1252 hfsc_ellist_insert(struct hfsc_if * hif,struct hfsc_class * cl) hfsc_ellist_insert() argument
1272 hfsc_ellist_remove(struct hfsc_if * hif,struct hfsc_class * cl) hfsc_ellist_remove() argument
1278 hfsc_ellist_update(struct hfsc_if * hif,struct hfsc_class * cl) hfsc_ellist_update() argument
1315 struct hfsc_class *p, *cl = NULL; hfsc_ellist_get_mindl() local
1332 hfsc_actlist_insert(struct hfsc_class * cl) hfsc_actlist_insert() argument
1352 hfsc_actlist_remove(struct hfsc_class * cl) hfsc_actlist_remove() argument
1358 hfsc_actlist_update(struct hfsc_class * cl) hfsc_actlist_update() argument
1393 hfsc_actlist_firstfit(struct hfsc_class * cl,u_int64_t cur_time) hfsc_actlist_firstfit() argument
1651 hfsc_getclstats(struct hfsc_class_stats * sp,struct hfsc_class * cl) hfsc_getclstats() argument
1721 struct hfsc_class *cl; hfsc_clh2cph() local
[all...]
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp26 OffsetParser::OffsetParser(cl::Option &O) : parser<unsigned long long>(O) {} in OffsetParser()
29 bool OffsetParser::parse(cl::Option &O, StringRef ArgName, StringRef Arg, in parse()
45 cl::list<std::string>
46 cmdline::InputFilenames(cl::desc("<input object files or .dSYM bundles>"),
47 cl::Positional, cl::ZeroOrMore);
52 cl::OptionCategory
58 cl::list<LVAttributeKind> cmdline::AttributeOptions(
59 "attribute", cl::cat(AttributeCategory), cl::desc("Element attributes."),
60 cl::Hidden, cl::CommaSeparated,
132 cl::OptionCategory
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp31 static cl::opt<TY> *NAME##View; \
38 static cl::list<TY> *NAME##View; \
114 static cl::opt<std::string> MArch( in CGOPT()
115 "march", cl::desc("Architecture to generate code for (see --version)")); in CGOPT()
118 static cl::opt<std::string> MCPU( in CGOPT()
119 "mcpu", cl::desc("Target a specific cpu type (-mcpu=help for details)"), in CGOPT()
120 cl::value_desc("cpu-name"), cl::init("")); in CGOPT()
123 static cl::list<std::string> MAttrs( in CGOPT()
124 "mattr", cl::CommaSeparated, in CGOPT()
125 cl::desc("Target specific attributes (-mattr=help for details)"), in CGOPT()
[all …]
H A DTargetPassConfig.cpp55 static cl::opt<bool>
56 EnableIPRA("enable-ipra", cl::init(false), cl::Hidden,
57 cl::desc("Enable interprocedural register allocation "
59 static cl::opt<bool> DisablePostRASched("disable-post-ra", cl::Hidden,
60 cl::desc("Disable Post Regalloc Scheduler"));
61 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden,
62 cl::desc("Disable branch folding"));
63 static cl::opt<bool> DisableTailDuplicate("disable-tail-duplicate", cl::Hidden,
64 cl::desc("Disable tail duplication"));
65 static cl::opt<bool> DisableEarlyTailDup("disable-early-taildup", cl::Hidden,
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-undname/
H A Dllvm-undname.cpp31 cl::OptionCategory UndNameCategory("UndName Options");
33 cl::opt<bool> DumpBackReferences("backrefs", cl::Optional,
34 cl::desc("dump backreferences"), cl::Hidden,
35 cl::init(false), cl::cat(UndNameCategory));
36 cl::opt<bool> NoAccessSpecifier("no-access-specifier", cl::Optional,
37 cl::desc("skip access specifiers"), cl::Hidden,
38 cl::init(false), cl::cat(UndNameCategory));
39 cl::opt<bool> NoCallingConvention("no-calling-convention", cl::Optional,
40 cl::desc("skip calling convention"),
41 cl::Hidden, cl::init(false),
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp31 static cl::SubCommand GraphDiff("graph-diff",
33 static cl::opt<std::string> GraphDiffInput1(cl::Positional,
34 cl::desc("<xray log file 1>"),
35 cl::Required, cl::sub(GraphDiff));
36 static cl::opt<std::string> GraphDiffInput2(cl::Positional,
37 cl::desc("<xray log file 2>"),
38 cl::Required, cl::sub(GraphDiff));
40 static cl::opt<bool>
42 cl::desc("Keep going on errors encountered"),
43 cl::sub(GraphDiff), cl::init(false));
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp68 static cl::OptionCategory ToolOptions("Tool Options");
69 static cl::OptionCategory ViewOptions("View Options");
71 static cl::opt<std::string> InputFilename(cl::Positional,
72 cl::desc("<input file>"),
73 cl::cat(ToolOptions), cl::init("-"));
75 static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"),
76 cl::init("-"), cl::cat(ToolOptions),
77 cl::value_desc("filename"));
79 static cl::opt<std::string>
81 cl::desc("Target architecture. "
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A Dllvm-reduce.cpp37 cl::OptionCategory LLVMReduceOptions("llvm-reduce options");
39 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden,
40 cl::cat(LLVMReduceOptions));
41 static cl::opt<bool> Version("v", cl::desc("Alias for -version"), cl::Hidden,
42 cl::cat(LLVMReduceOptions));
44 static cl::opt<bool> PreserveDebugEnvironment(
46 cl::desc("Don't disable features used for crash "
48 cl::cat(LLVMReduceOptions));
50 static cl::opt<bool>
52 cl::desc("Print list of delta passes, passable to "
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp46 static cl::OptionCategory MCCategory("MC Options");
48 static cl::opt<std::string> InputFilename(cl::Positional,
49 cl::desc("<input file>"),
50 cl::init("-"), cl::cat(MCCategory));
52 static cl::list<std::string>
53 DisassemblerOptions("M", cl::desc("Disassembler options"),
54 cl::cat(MCCategory));
56 static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"),
57 cl::value_desc("filename"),
58 cl::init("-"), cl::cat(MCCategory));
[all …]
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp68 static cl::list<const PassInfo *, bool, PassNameParser> PassList(cl::desc(
71 static cl::opt<bool> EnableNewPassManager(
73 cl::desc("Enable the new pass manager, translating "
76 cl::init(true));
82 static cl::opt<std::string> PassPipeline(
84 cl::desc(
87 static cl::alias PassPipeline2("p", cl::aliasopt(PassPipeline),
88 cl::desc("Alias for -passes"));
90 static cl::opt<bool> PrintPasses("print-passes",
91 cl::desc("Print available passes that can be "
[all …]
H A DNewPMDriver.cpp45 cl::opt<bool> DebugifyEach(
47 cl::desc("Start each pass with debugify and end it with check-debugify"));
49 cl::opt<std::string>
51 cl::desc("Export per-pass debugify statistics to this file"),
52 cl::value_desc("filename"));
54 cl::opt<bool> VerifyEachDebugInfoPreserve(
56 cl::desc("Start each pass with collecting and end it with checking of "
59 cl::opt<std::string>
61 cl::desc("Export debug info preservation failures into "
64 cl::value_desc("filename"), cl::init(""));
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp36 static cl::opt<bool>
37 EnableCExtOpt("hexagon-cext", cl::Hidden, cl::init(true),
38 cl::desc("Enable Hexagon constant-extender optimization"));
40 static cl::opt<bool> EnableRDFOpt("rdf-opt", cl::Hidden, cl::init(true),
41 cl::desc("Enable RDF-based optimizations"));
43 static cl::opt<bool> DisableHardwareLoops("disable-hexagon-hwloops",
44 cl::Hidden, cl::desc("Disable Hardware Loops for Hexagon target"));
46 static cl::opt<bool>
47 DisableAModeOpt("disable-hexagon-amodeopt", cl::Hidden,
48 cl::desc("Disable Hexagon Addressing Mode Optimization"));
[all …]
/openbsd-src/bin/csh/
H A Dfile.c128 cl_flush(struct cmdline *cl) in cl_flush() argument
133 if (cl->flags & CL_PROMPT) { in cl_flush()
134 cl->flags &= ~CL_PROMPT; in cl_flush()
138 if (cl->cursor < cl->len) { in cl_flush()
139 for (; cl->cursor < cl->len; cl->cursor++) in cl_flush()
140 cl_visc(cl, cl->buf[cl->cursor]); in cl_flush()
141 } else if (cl->cursor > cl->len) { in cl_flush()
142 len = cl->cursor - cl->len; in cl_flush()
144 c = cl->buf[--cl->cursor]; in cl_flush()
151 cl_putc(cl, '\b'); in cl_flush()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp50 static cl::opt<int> OpcodeIndex(
52 cl::desc("opcode to measure, by index, or -1 to measure all opcodes"),
53 cl::cat(BenchmarkOptions), cl::init(0));
55 static cl::opt<std::string>
57 cl::desc("comma-separated list of opcodes to measure, by name"),
58 cl::cat(BenchmarkOptions), cl::init(""));
60 static cl::opt<std::string> SnippetsFile("snippets-file",
61 cl::desc("code snippets to measure"),
62 cl::cat(BenchmarkOptions),
63 cl::init(""));
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp17 cl::opt<bool> llvm::EnablePGSO(
18 "pgso", cl::Hidden, cl::init(true),
19 cl::desc("Enable the profile guided size optimizations. "));
21 cl::opt<bool> llvm::PGSOLargeWorkingSetSizeOnly(
22 "pgso-lwss-only", cl::Hidden, cl::init(true),
23 cl::desc("Apply the profile guided size optimizations only "
26 cl::opt<bool> llvm::PGSOColdCodeOnly(
27 "pgso-cold-code-only", cl::Hidden, cl::init(false),
28 cl::desc("Apply the profile guided size optimizations only "
31 cl::opt<bool> llvm::PGSOColdCodeOnlyForInstrPGO(
[all …]
/openbsd-src/sys/lib/libkern/arch/i386/
H A Dstrcmp.S24 L2: movb (%eax),%cl
25 testb %cl,%cl /* null terminator??? */
27 cmpb %cl,(%edx) /* chars match??? */
31 movb (%eax),%cl
32 testb %cl,%cl
34 cmpb %cl,(%edx)
38 movb (%eax),%cl
39 testb %cl,%cl
41 cmpb %cl,(%edx)
45 movb (%eax),%cl
[all …]
/openbsd-src/lib/libc/arch/i386/string/
H A Dstrcmp.S23 L2: movb (%eax),%cl
24 testb %cl,%cl /* null terminator??? */
26 cmpb %cl,(%edx) /* chars match??? */
30 movb (%eax),%cl
31 testb %cl,%cl
33 cmpb %cl,(%edx)
37 movb (%eax),%cl
38 testb %cl,%cl
40 cmpb %cl,(%edx)
44 movb (%eax),%cl
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp23 static cl::OptionCategory ProfGenCategory("ProfGen Options");
25 static cl::opt<std::string> PerfScriptFilename(
26 "perfscript", cl::value_desc("perfscript"),
27 cl::desc("Path of perf-script trace created by Linux perf tool with "
29 cl::cat(ProfGenCategory));
30 static cl::alias PSA("ps", cl::desc("Alias for --perfscript"),
31 cl::aliasopt(PerfScriptFilename));
33 static cl::opt<std::string> PerfDataFilename(
34 "perfdata", cl::value_desc("perfdata"),
35 cl::desc("Path of raw perf data created by Linux perf tool (it should be "
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-as/
H A Dllvm-as.cpp33 cl::OptionCategory AsCat("llvm-as Options");
35 static cl::opt<std::string> InputFilename(cl::Positional,
36 cl::desc("<input .llvm file>"),
37 cl::init("-"));
39 static cl::opt<std::string> OutputFilename("o",
40 cl::desc("Override output filename"),
41 cl::value_desc("filename"),
42 cl::cat(AsCat));
44 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"),
45 cl::cat(AsCat));
[all …]
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp32 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
36 static cl::OptionCategory ClangFormatCategory("Clang-format options");
38 static cl::list<unsigned>
40 cl::desc("Format a range starting at this byte offset.\n"
44 cl::cat(ClangFormatCategory));
45 static cl::list<unsigned>
47 cl::desc("Format a range of this length (in bytes).\n"
54 cl::cat(ClangFormatCategory));
55 static cl::list<std::string>
57 cl::desc("<start line>:<end line> - format a range of\n"
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp26 cl::OptionCategory DebuginfodCategory("llvm-debuginfod Options");
28 static cl::list<std::string> ScanPaths(cl::Positional,
29 cl::desc("<Directories to scan>"),
30 cl::cat(DebuginfodCategory));
32 static cl::opt<unsigned>
33 Port("p", cl::init(0),
34 cl::desc("Port to listen on. Set to 0 to bind to any available port."),
35 cl::cat(DebuginfodCategory));
37 static cl::opt<std::string>
38 HostInterface("i", cl::init("0.0.0.0"),
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp58 static cl::opt<bool> EnableCCMP("aarch64-enable-ccmp",
59 cl::desc("Enable the CCMP formation pass"),
60 cl::init(true), cl::Hidden);
62 static cl::opt<bool>
64 cl::desc("Enable the conditional branch tuning pass"),
65 cl::init(true), cl::Hidden);
67 static cl::opt<bool> EnableAArch64CopyPropagation(
69 cl::desc("Enable the copy propagation with AArch64 copy instr"),
70 cl::init(true), cl::Hidden);
72 static cl::opt<bool> EnableMCR("aarch64-enable-mcr",
[all …]

12345678910>>...46