Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp230 enum class LLJITPlatform { Inactive, DetectHost, GenericIR }; enumerator
234 cl::init(LLJITPlatform::DetectHost),
235 cl::values(clEnumValN(LLJITPlatform::DetectHost, "DetectHost",
915 if (P == LLJITPlatform::DetectHost) in runOrcJIT()