Searched refs:LLJITPlatform (Results 1 – 1 of 1) sorted by relevance
240 cl::opt<LLJITPlatform>242 cl::init(LLJITPlatform::DetectHost),962 LLJITPlatform P = Platform; in runOrcJIT()963 if (P == LLJITPlatform::DetectHost) { in runOrcJIT()966 P = LLJITPlatform::ORC; in runOrcJIT()968 P = LLJITPlatform::GenericIR; in runOrcJIT()971 case LLJITPlatform::ORC: in runOrcJIT()977 case LLJITPlatform::GenericIR: in runOrcJIT()980 case LLJITPlatform::Inactive: in runOrcJIT()995 if (P != LLJITPlatform::ORC) { in runOrcJIT()[all …]