Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp179 .setMCJITMemoryManager(std::unique_ptr<RTDyldMemoryManager>(MemMgr)) in InitEE()
/llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp174 builder.setMCJITMemoryManager(std::make_unique<SectionMemoryManager>()); in CreateAndRunJITFunc()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h574 EngineBuilder &setMCJITMemoryManager(std::unique_ptr<RTDyldMemoryManager> mcjmm);
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h310 .setMCJITMemoryManager(std::move(MM)) in createJIT()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp308 .setMCJITMemoryManager( in ExecutableFunction()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp205 builder.setMCJITMemoryManager( in LLVMCreateMCJITCompilerForModule()
H A DExecutionEngine.cpp486 EngineBuilder &EngineBuilder::setMCJITMemoryManager( in setMCJITMemoryManager() function in EngineBuilder
/llvm-project-15.0.7/llvm/docs/
H A DMCJITDesignAndImplementation.rst21 Of particular interest is the EngineBuilder::setMCJITMemoryManager
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp811 .setMCJITMemoryManager(new HelpingMemoryManager(this)) in compileModule()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp781 .setMCJITMemoryManager(new HelpingMemoryManager(this)) in getPointerToFunction()
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1916 factory.setMCJITMemoryManager(std::move(MemMgr)); in main()
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp561 builder.setMCJITMemoryManager( in main()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp286 .setMCJITMemoryManager(std::make_unique<MemoryManager>(*this)) in GetRunnableInfo()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp900 .setMCJITMemoryManager(new HelpingMemoryManager(this)) in compileModule()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp942 .setMCJITMemoryManager(new HelpingMemoryManager(this)) in compileModule()