Home
last modified time | relevance | path

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

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c43 LLVMExecutionEngineRef MCJIT; in llvm_ee_create() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h19 class MCJIT; variable
DMCJIT.cpp66 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> TM, in MCJIT() function in MCJIT
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h22 class MCJIT; variable
DMCJIT.cpp63 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> TM, in MCJIT() function in MCJIT
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h23 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