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.cpp239 enum class LLJITPlatform { Inactive, Auto, ExecutorNative, GenericIR }; enum
241 cl::opt<LLJITPlatform> Platform(
243 cl::init(LLJITPlatform::Auto),
244 cl::values(clEnumValN(LLJITPlatform::Auto, "Auto",
247 clEnumValN(LLJITPlatform::ExecutorNative, "ExecutorNative",
250 clEnumValN(LLJITPlatform::GenericIR, "GenericIR",
252 clEnumValN(LLJITPlatform::Inactive, "Inactive",
1007 LLJITPlatform P = Platform; in runOrcJIT()
1008 if (P == LLJITPlatform::Auto) in runOrcJIT()
1009 P = OrcRuntime.empty() ? LLJITPlatform::GenericIR in runOrcJIT()
[all …]