Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp230 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()
[all …]