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

Lines Matching refs:desc

44 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
47 OutputFilename("o", cl::desc("Output filename"),
51 ShowEncoding("show-encoding", cl::desc("Show instruction encodings"));
54 ShowInst("show-inst", cl::desc("Show internal instruction representation"));
58 cl::desc("Show instructions operands as parsed"));
62 cl::desc("Syntax variant to use for output printing"));
65 RelaxAll("mc-relax-all", cl::desc("Relax all fixups"));
68 DisableCFI("disable-cfi", cl::desc("Do not use .cfi_* directives"));
71 NoExecStack("mc-no-exec-stack", cl::desc("File doesn't need an exec stack"));
80 cl::desc("Choose an output file type:"),
91 IncludeDirs("I", cl::desc("Directory of include files"),
95 ArchName("arch", cl::desc("Target arch to assemble for, "
99 TripleName("triple", cl::desc("Target triple to assemble for, "
104 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
111 cl::desc("Target specific attributes (-mattr=help for details)"),
116 cl::desc("Choose relocation model"),
131 cl::desc("Choose code model"),
146 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts "
150 SaveTempLabels("L", cl::desc("Don't discard temporary labels"));
153 GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly "
158 cl::desc("Specifies the debug info's compilation dir"));
162 cl::desc("Specifies the name we should consider the input file"));
173 Action(cl::desc("Action to perform:"),