Lines Matching full:desc
64 "mc-relax-all", cl::desc("When used with filetype=obj, relax all fixups "
70 cl::desc(
75 static cl::opt<bool> FDPIC("fdpic", cl::desc("Use the FDPIC ABI"));
78 static cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"),
84 cl::desc("Generate debugging info in the 64-bit DWARF format"));
88 "emit-dwarf-unwind", cl::desc("Whether to emit DWARF EH frame entries."),
102 cl::desc(
110 cl::desc("Emit internal instruction representation to assembly file"));
114 cl::desc("Treat warnings as errors"));
117 static cl::opt<bool> NoWarn("no-warn", cl::desc("Suppress all warnings"));
118 static cl::alias NoWarnW("W", cl::desc("Alias for --no-warn"),
123 "no-deprecated-warn", cl::desc("Suppress all deprecated warnings"));
127 "no-type-check", cl::desc("Suppress type errors (Wasm)"));
131 "save-temp-labels", cl::desc("Don't discard temporary labels"));
135 cl::desc("Use CREL relocation format for ELF"));
140 cl::desc("Allow mapping symbol at section beginning to be implicit, "
148 cl::desc("Emit GOTPCRELX/REX_GOTPCRELX/CODE_4_GOTPCRELX instead of "
154 "x86-sse2avx", cl::desc("Specify that the assembler should encode SSE "
160 cl::desc("The name of the ABI to be targeted from the backend."),
165 "as-secure-log-file", cl::desc("As secure log file name"), cl::Hidden);