Home
last modified time | relevance | path

Searched defs:MCJIT (Results 1 – 4 of 4) sorted by relevance

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c42 LLVMExecutionEngineRef MCJIT; in llvm_ee_create() local
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h24 class MCJIT; variable
DMCJIT.cpp68 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> TM, in MCJIT() function in MCJIT
/external/llvm/tools/lli/
Dlli.cpp71 enum class JITKind { MCJIT, OrcMCJITReplacement, OrcLazy }; enumerator