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.cpp239 enum class LLJITPlatform { Inactive, Auto, ExecutorNative, GenericIR }; enumerator
250 clEnumValN(LLJITPlatform::GenericIR, "GenericIR",
1009 P = OrcRuntime.empty() ? LLJITPlatform::GenericIR in runOrcJIT()
1017 case LLJITPlatform::GenericIR: in runOrcJIT()