Home
last modified time | relevance | path

Searched refs:LLJITPlatform (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp237 enum class LLJITPlatform { Inactive, Auto, ExecutorNative, GenericIR }; enum
239 cl::opt<LLJITPlatform> Platform(
241 cl::init(LLJITPlatform::Auto),
242 cl::values(clEnumValN(LLJITPlatform::Auto, "Auto",
245 clEnumValN(LLJITPlatform::ExecutorNative, "ExecutorNative",
248 clEnumValN(LLJITPlatform::GenericIR, "GenericIR",
250 clEnumValN(LLJITPlatform::Inactive, "Inactive",
1005 LLJITPlatform P = Platform; in runOrcJIT()
1006 if (P == LLJITPlatform::Auto) in runOrcJIT()
1007 P = OrcRuntime.empty() ? LLJITPlatform::GenericIR in runOrcJIT()
[all …]