Home
last modified time | relevance | path

Searched refs:GenericIR (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 }; enumerator
248 clEnumValN(LLJITPlatform::GenericIR, "GenericIR",
1007 P = OrcRuntime.empty() ? LLJITPlatform::GenericIR in runOrcJIT()
1015 case LLJITPlatform::GenericIR: in runOrcJIT()