Home
last modified time | relevance | path

Searched refs:MCJMM (Results 1 – 4 of 4) sorted by relevance

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c54 Options.MCJMM = NULL; in llvm_ee_create()
/external/llvm/include/llvm-c/
DExecutionEngine.h49 LLVMMCJITMemoryManagerRef MCJMM; member
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp203 if (options.MCJMM) in LLVMCreateMCJITCompilerForModule()
205 std::unique_ptr<RTDyldMemoryManager>(unwrap(options.MCJMM))); in LLVMCreateMCJITCompilerForModule()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp272 Options.MCJMM = LLVMCreateSimpleMCJITMemoryManager( in useRoundTripSectionMemoryManager()
435 Options.MCJMM = wrap(MM); in TEST_F()