Lines Matching full:lli
1 //===- lli.cpp - LLVM Interpreter / Dynamic compiler ----------------------===//
90 #define DEBUG_TYPE "lli"
163 // lli via stdin/stdout pipes.
234 cl::desc("Do not resolve lli process symbols in JIT'd code"),
371 // problems with remote targets (because lli's remote target support does not
405 WithColor::error(errs(), "lli") << "invalid optimization level.\n"; in getOptLevel()
454 // Old lli implementation based on ExecutionEngine and MCJIT. in main()
642 // Sanity check use of remote-jit: LLI currently only supports use of the in main()
712 // it couldn't. This is a limitation of the LLI implementation, not the in main()
768 WithColor::error(errs(), "lli") in claimToolOutput()
775 WithColor::error(errs(), "lli") in claimToolOutput()
885 Err.print("lli", ErrMsgStream); in loadModule()
900 // when running under lli: the executor process will have run non-JIT ctors, in mingw_noop_main()
906 // ORC tools (the problem isn't lli specific). in mingw_noop_main()
916 LLVM_DEBUG(dbgs() << "lli: " << ErrMsg << "\n"); in tryEnableDebugSupport()
1264 // For MinGW environments, manually export the __chkstk function from the lli
1279 // Therefore, manually export the relevant symbol from lli, to let it be