Home
last modified time | relevance | path

Searched refs:LLJITPlatform (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp240 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 …]