Searched refs:LLJITPlatform (Results 1 – 1 of 1) sorted by relevance
239 cl::opt<LLJITPlatform> Platform(241 cl::init(LLJITPlatform::Auto),242 cl::values(clEnumValN(LLJITPlatform::Auto, "Auto",1007 LLJITPlatform P = Platform; in runOrcJIT()1008 if (P == LLJITPlatform::Auto) in runOrcJIT()1009 P = OrcRuntime.empty() ? LLJITPlatform::GenericIR in runOrcJIT()1010 : LLJITPlatform::ExecutorNative; in runOrcJIT()1013 case LLJITPlatform::ExecutorNative: { in runOrcJIT()1017 case LLJITPlatform::GenericIR: in runOrcJIT()1020 case LLJITPlatform::Inactive: in runOrcJIT()[all …]