• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mc/

Lines Matching refs:desc

45 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
47 static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"),
52 cl::desc("DWO output filename"),
56 ShowEncoding("show-encoding", cl::desc("Show instruction encodings"));
60 cl::desc("Emit R_X86_64_GOTPCRELX instead of R_X86_64_GOTPCREL"));
65 cl::desc("Choose DWARF debug sections compression:"),
73 ShowInst("show-inst", cl::desc("Show internal instruction representation"));
77 cl::desc("Show instructions operands as parsed"));
81 cl::desc("Syntax variant to use for output printing"));
85 cl::desc("Prefer hex format for immediate values"));
88 DefineSymbol("defsym", cl::desc("Defines a symbol to be an integer constant"));
92 cl::desc("Preserve Comments in outputted assembly"));
101 cl::desc("Choose an output file type:"),
111 IncludeDirs("I", cl::desc("Directory of include files"),
115 ArchName("arch", cl::desc("Target arch to assemble for, "
119 TripleName("triple", cl::desc("Target triple to assemble for, "
124 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
131 cl::desc("Target specific attributes (-mattr=help for details)"),
135 cl::desc("Position independent"), cl::init(false));
139 cl::desc("Create cfi directives that assume the code might "
143 NoInitialTextSection("n", cl::desc("Don't assume assembly file starts "
147 GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly "
152 cl::desc("Specifies the debug info's compilation dir"));
156 cl::desc("Map file source paths in debug info"),
161 cl::desc("Specifies the name we should consider the input file"));
164 cl::desc("Don't discard temporary labels"));
168 cl::desc("Enable binary and hex masm integers (0b110 and 0ABCh)"));
171 cl::desc("File doesn't need an exec stack"));
181 Action(cl::desc("Action to perform:"),