Searched refs:LLJITPlatform (Results 1 – 1 of 1) sorted by relevance
230 enum class LLJITPlatform { Inactive, DetectHost, GenericIR }; enum232 cl::opt<LLJITPlatform>234 cl::init(LLJITPlatform::DetectHost),235 cl::values(clEnumValN(LLJITPlatform::DetectHost, "DetectHost",237 clEnumValN(LLJITPlatform::GenericIR, "GenericIR",239 clEnumValN(LLJITPlatform::Inactive, "Inactive",914 LLJITPlatform P = Platform; in runOrcJIT()915 if (P == LLJITPlatform::DetectHost) in runOrcJIT()916 P = LLJITPlatform::GenericIR; in runOrcJIT()919 case LLJITPlatform::GenericIR: in runOrcJIT()[all …]