Home
last modified time | relevance | path

Searched refs:setExecutionSession (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp220 .setExecutionSession(std::move(ES)) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h281 SetterImpl &setExecutionSession(std::unique_ptr<ExecutionSession> ES) { in setExecutionSession() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp883 Builder.setExecutionSession(std::move(ES)); in runOrcJIT()