Searched refs:DetectHost (Results 1 – 1 of 1) sorted by relevance
238 enum class LLJITPlatform { Inactive, DetectHost, ORC, GenericIR }; enumerator242 cl::init(LLJITPlatform::DetectHost),243 cl::values(clEnumValN(LLJITPlatform::DetectHost, "DetectHost",963 if (P == LLJITPlatform::DetectHost) { in runOrcJIT()