Lines Matching refs:output
16 into a file or to standard output.
21 If an output file is not specified with the **-o** option, then
22 **llvm-as** sends its output to a file or standard output by following
25 * If the input is standard input, then the output is standard output.
27 * If the input is a file that ends with ``.ll``, then the output file is of the
31 output file has the same name as the input file, except that the ``.bc``
38 Enable binary output on terminals. Normally, **llvm-as** will refuse to
39 write raw bitcode output if the output stream is a terminal. With this option,
40 **llvm-as** will write raw bitcode regardless of the output device.
46 Specify the output file name. If *filename* is ``-``, then **llvm-as**
47 sends its output to standard output.