Lines Matching refs:lli
55 Note that lli has to be passed the ``--jit-kind=mcjit`` flag to JIT the code
97 code via ``lli`` inside LLDB:
103 > lldb $BINPATH/lli
104 (lldb) target create "/workspaces/llvm-project/build/bin/lli"
105 Current executable set to '/workspaces/llvm-project/build/bin/lli' (x86_64).
113 * thread #1, name = 'lli', stop reason = breakpoint 1.1
129 * thread #1, name = 'lli', stop reason = breakpoint 2.1
141 * thread #1, name = 'lli', stop reason = breakpoint 2.1
144 …frame #2: 0x0000000002a8306e lli`llvm::MCJIT::runFunction(this=0x000000000458ed10, F=0x00000000045…
145 …frame #3: 0x00000000029bdb45 lli`llvm::ExecutionEngine::runFunctionAsMain(this=0x000000000458ed10,…
146 …frame #4: 0x0000000001f2fc2f lli`main(argc=4, argv=0x00007fffffffe118, envp=0x00007fffffffe140) at…
147 …frame #5: 0x00007ffff788c09b libc.so.6`__libc_start_main(main=(lli`main at lli.cpp:387), argc=4, a…
148 frame #6: 0x0000000001f2dc7a lli`_start + 42
151 * thread #1, name = 'lli', stop reason = step out
166 * thread #1, name = 'lli', stop reason = step over