Home
last modified time | relevance | path

Searched refs:rt_bootstrap (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.h28 namespace rt_bootstrap {
H A DOrcRTBootstrap.cpp22 namespace rt_bootstrap { namespace
H A DSimpleExecutorDylibManager.cpp18 namespace rt_bootstrap { namespace
H A DSimpleExecutorMemoryManager.cpp18 namespace rt_bootstrap { namespace
H A DSimpleRemoteEPCServer.cpp56 rt_bootstrap::addTo(DBS); in defaultBootstrapSymbols()
H A DExecutorSharedMemoryMapperService.cpp51 namespace rt_bootstrap { namespace
/llvm-project-15.0.7/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp61 std::make_unique<rt_bootstrap::SimpleExecutorMemoryManager>()); in main()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.h32 namespace rt_bootstrap {
H A DSimpleExecutorMemoryManager.h29 namespace rt_bootstrap {
H A DExecutorSharedMemoryMapperService.h25 namespace rt_bootstrap {
H A DSimpleRemoteEPCServer.h113 std::make_unique<rt_bootstrap::SimpleExecutorDylibManager>()); in Create()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DSimpleExecutorMemoryManagerTest.cpp19 using namespace llvm::orc::rt_bootstrap;
H A DSharedMemoryMapperTest.cpp19 using namespace llvm::orc::rt_bootstrap;
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp166 std::make_unique<rt_bootstrap::SimpleExecutorMemoryManager>()); in main()