Lines Matching refs:lli
1 lli - directly execute programs from LLVM bitcode
9 **lli** [*options*] [*filename*] [*program args*]
16 **lli** directly executes programs in LLVM bitcode format. It takes a program
18 available for the current architecture, or an interpreter. **lli** takes all of
20 **lli** is using the just-in-time compiler.
22 If *filename* is not specified, then **lli** reads the LLVM bitcode for the
55 Causes **lli** to load the plugin (shared object) named *pluginfilename* and use
76 Print out the version of **lli** and exit without doing anything else.
147 Causes **lli** to enable optimizations that may decrease floating point
154 Causes **lli** to generate software floating point library calls instead of
292 If **lli** fails to load the program, it will exit with an exit code of 1.