Home
last modified time | relevance | path

Searched refs:setMCJITMemoryManager (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h568 /// setMCJITMemoryManager - Sets the MCJIT memory manager to use. This allows
574 EngineBuilder &setMCJITMemoryManager(std::unique_ptr<RTDyldMemoryManager> mcjmm);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp206 builder.setMCJITMemoryManager( in LLVMCreateMCJITCompilerForModule()
H A DExecutionEngine.cpp486 EngineBuilder &EngineBuilder::setMCJITMemoryManager( in setMCJITMemoryManager() function in EngineBuilder
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp286 .setMCJITMemoryManager(std::make_unique<MemoryManager>(*this)) in GetRunnableInfo()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp506 builder.setMCJITMemoryManager( in main()