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

Lines Matching refs:desc

68     OptLevel("O", cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
74 cl::desc("Print statistic for the index in every input files"),
79 cl::desc("Do not run the verifier during the optimization pipeline"));
82 cl::desc("Do not run the inliner pass"));
86 cl::desc("Do not run the GVN load PRE pass"));
90 cl::desc("Do not run loop or slp vectorization during LTO"));
94 cl::desc("Enable Freestanding (disable builtins / TLI) during LTO"));
98 cl::desc("Use a diagnostic handler to test the handler interface"));
102 cl::desc("Only write combined global index for ThinLTO backends"));
117 "thinlto-action", cl::desc("Perform a single ThinLTO stage:"),
140 cl::desc("Provide the index produced by a ThinLink, required "
145 cl::desc("Control where files for distributed backends are "
152 cl::desc("For the module ID for the file to process, useful to "
156 ThinLTOCacheDir("thinlto-cache-dir", cl::desc("Enable ThinLTO caching."));
160 cl::init(1200), cl::desc("Set ThinLTO cache pruning interval."));
164 cl::desc("Set ThinLTO cache pruning directory maximum size in bytes."));
168 cl::desc("Set ThinLTO cache pruning directory maximum number of files."));
172 cl::desc("Set ThinLTO cache entry expiration time."));
176 cl::desc("Save ThinLTO temp files using filenames created by adding "
181 cl::desc("Save ThinLTO generated object files using filenames created in "
186 cl::desc("Write merged LTO module to file before CodeGen"));
189 cl::desc("<input bitcode files>"));
192 cl::desc("Override output filename"),
197 cl::desc("List of symbols to export from the resulting object file"),
202 cl::desc("Symbol to put in the symtab in the resulting dso"),
207 cl::desc("Instead of running LTO, list the symbols in each IR file"));
211 cl::desc("Instead of running LTO, list the dependent libraries in each IR file"));
215 cl::desc("Use the first input module as the merged module"));
218 cl::desc("Number of backend threads"));
222 cl::desc("Restore original linkage of globals prior to CodeGen"));
226 cl::desc("Only check if the module has objective-C defined in it"));
230 cl::desc("Instead of running LTO, print the mach-o cpu in each IR file"));