Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c43 LLVMExecutionEngineRef MCJIT; in llvm_ee_create() local
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c43 LLVMExecutionEngineRef MCJIT; in llvm_ee_create() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp57 MCJIT::MCJIT(Module *m, TargetMachine *tm, TargetJITInfo &tji, 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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h23 class MCJIT; variable
DMCJIT.cpp64 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
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp75 enum class JITKind { MCJIT, OrcMCJITReplacement, OrcLazy }; enumerator