Lines Matching full:llvm
0 llvm-dis - LLVM disassembler
9 **llvm-dis** [*options*] [*filename*]
16 The **llvm-dis** command is the LLVM disassembler. It takes an LLVM
17 bitcode file and converts it into human-readable LLVM assembly language.
19 If filename is omitted or specified as ``-``, **llvm-dis** reads its
22 If the input is being read from standard input, then **llvm-dis**
37 Enable binary output on terminals. Normally, **llvm-dis** will refuse to
39 **llvm-dis** will write raw bitcode regardless of the output device.
61 If **llvm-dis** succeeds, it will exit with 0. Otherwise, if an error
69 llvm-as|llvm-as