Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp139 LLJITBuilder().setExecutorProcessControl(std::move(EPC)).create()); in main()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h282 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) { in setExecutorProcessControl() function
370 SetterImpl &setExecutorProcessControl(ExecutorProcessControl &EPC) { in setExecutorProcessControl() function
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp202 .setExecutorProcessControl(std::move(EPC)) in main()