Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c43 LLVMExecutionEngineRef MCJIT; in llvm_ee_create() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h19 class MCJIT; variable
H A DMCJIT.cpp66 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> TM, in MCJIT() function in MCJIT
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp96 enum class JITKind { MCJIT, Orc, OrcLazy }; enumerator