Home | History | Annotate | Download | only in llvm-mc

Lines Matching full:desc

47 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
50 OutputFilename("o", cl::desc("Output filename"),
54 ShowEncoding("show-encoding", cl::desc("Show instruction encodings"));
57 ShowInst("show-inst", cl::desc("Show internal instruction representation"));
61 cl::desc("Show instructions operands as parsed"));
65 cl::desc("Syntax variant to use for output printing"));
68 RelaxAll("mc-relax-all", cl::desc("Relax all fixups"));
71 NoExecStack("mc-no-exec-stack", cl::desc("File doesn't need an exec stack"));
74 EnableLogging("enable-api-logging", cl::desc("Enable MC API logging"));
83 cl::desc("Choose an output file type:"),
94 IncludeDirs("I", cl::desc("Directory of include files"),
98 ArchName("arch", cl::desc("Target arch to assemble for, "
102 TripleName("triple", cl::desc("Target triple to assemble for, "
107 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
114 cl::desc("Target specific attributes (-mattr=help for details)"),
119 cl::desc("Choose relocation model"),
134 cl::desc("Choose code model"),
149 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts "
153 SaveTempLabels("L", cl::desc("Don't discard temporary labels"));
163 Action(cl::desc("Action to perform:"),