Lines Matching full:llvm
0 llvm-as - LLVM assembler
7 **llvm-as** [*options*] [*filename*]
12 **llvm-as** is the LLVM assembler. It reads a file containing human-readable
13 LLVM assembly language, translates it to LLVM bitcode, and writes the result
16 If *filename* is omitted or is ``-``, then **llvm-as** reads its input from
20 **llvm-as** sends its output to a file or standard output by following
36 Enable binary output on terminals. Normally, **llvm-as** will refuse to
38 **llvm-as** will write raw bitcode regardless of the output device.
44 Specify the output file name. If *filename* is ``-``, then **llvm-as**
50 If **llvm-as** succeeds, it will exit with 0. Otherwise, if an error occurs, it
56 llvm-dis|llvm-dis, gccas|gccas