Lines Matching refs:LLJITPlatform
230 enum class LLJITPlatform { Inactive, DetectHost, GenericIR }; enum
232 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()
922 case LLJITPlatform::Inactive: in runOrcJIT()