Home | History | Annotate | Download | only in CommandGuide

Lines Matching full:program

7 :program:`opt` [*options*] [*filename*]
12 The :program:`opt` command is the modular LLVM optimizer and analyzer. It
15 function of :program:`opt` depends on whether the :option:`-analyze` option is
18 When :option:`-analyze` is specified, :program:`opt` performs various analyses
22 program.
24 While :option:`-analyze` is *not* given, :program:`opt` attempts to produce an
25 optimized output file. The optimizations available via :program:`opt` depend
30 If ``filename`` is omitted from the command line or is "``-``", :program:`opt`
35 :program:`opt` writes its output to the standard output.
42 Enable binary output on terminals. Normally, :program:`opt` will refuse to
44 :program:`opt` will write raw bitcode regardless of the output device.
60 :program:`opt` provides the ability to run any of LLVM's optimization or
141 If :program:`opt` succeeds, it will exit with 0. Otherwise, if an error