Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp238 enum class LLJITPlatform { Inactive, DetectHost, ORC, GenericIR }; enumerator
242 cl::init(LLJITPlatform::DetectHost),
243 cl::values(clEnumValN(LLJITPlatform::DetectHost, "DetectHost",
963 if (P == LLJITPlatform::DetectHost) { in runOrcJIT()