Searched defs:MCJIT (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 43 LLVMExecutionEngineRef MCJIT; in llvm_ee_create() local
|
/external/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 43 LLVMExecutionEngineRef MCJIT; in llvm_ee_create() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 57 MCJIT::MCJIT(Module *m, TargetMachine *tm, TargetJITInfo &tji, in MCJIT() function in MCJIT
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 23 class MCJIT; variable
|
D | MCJIT.cpp | 68 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/ |
D | MCJIT.h | 23 class MCJIT; variable
|
D | MCJIT.cpp | 64 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> TM, in MCJIT() function in MCJIT
|
/external/llvm/tools/lli/ |
D | lli.cpp | 71 enum class JITKind { MCJIT, OrcMCJITReplacement, OrcLazy }; enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
D | lli.cpp | 75 enum class JITKind { MCJIT, OrcMCJITReplacement, OrcLazy }; enumerator
|