Home
last modified time | relevance | path

Searched refs:terminateSession (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h805 Error terminateSession() { return callB<utils::TerminateSession>(); } in terminateSession() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp755 ExitOnErr(R->terminateSession()); in main()