Home
last modified time | relevance | path

Searched refs:ExecutorNative (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
247 clEnumValN(LLJITPlatform::ExecutorNative, "ExecutorNative",
1010 : LLJITPlatform::ExecutorNative; in runOrcJIT()
1013 case LLJITPlatform::ExecutorNative: { in runOrcJIT()