Home
last modified time | relevance | path

Searched full:services (Results 1 – 25 of 118) sorted by relevance

12345

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h79 std::vector<std::unique_ptr<ExecutorBootstrapService>> &services() { in services() function
80 return Services; in services()
92 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
122 // If transport creation succeeds then start up services. in Create()
123 Server->Services = std::move(S.services()); in Create()
124 Server->Services.push_back( in Create()
126 for (auto &Service : Server->Services) in Create()
185 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
/llvm-project/llvm/include/llvm/Support/SystemZ/
H A DzOSSupport.h20 // z/OS Unix System Services does not have strsignal() support, so the
28 // z/OS Unix System Services does not have wait4() support, so the wait4
38 // z/OS Unix System Services does not have strnlen() support, so the strnlen()
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp138 // Shut down services. in handleDisconnect()
139 while (!Services.empty()) { in handleDisconnect()
141 joinErrors(std::move(ShutdownErr), Services.back()->shutdown()); in handleDisconnect()
142 Services.pop_back(); in handleDisconnect()
/llvm-project/libcxx/utils/ci/
H A Ddocker-compose.yml5 services:
/llvm-project/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp190 S.services().push_back( in main()
192 S.services().push_back( in main()
/llvm-project/third-party/unittest/googlemock/
H A DLICENSE.txt24 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
/llvm-project/third-party/unittest/googletest/
H A DLICENSE.TXT24 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A DLICENSE.txt8 …AGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DAT…
/llvm-project/lldb/source/API/
H A DSystemInitializerFull.h18 /// services needed to use the full LLDB application. This class is
/llvm-project/lldb/tools/lldb-test/
H A DSystemInitializerTest.h18 /// services needed to use the full LLDB application. This class is
/llvm-project/clang/www/
H A Ddiagnostics.html153 namespace services {
163 void addHTTPService(servers::Server const &amp;server, ::services::WebService const *http) {
169 … is retaining the types as written by the user (e.g., "servers::Server", "::services::WebService"):
173 …">invalid operands to binary expression ('servers::Server const' and '::services::WebService const…
/llvm-project/third-party/unittest/googlemock/include/gmock/internal/custom/
H A Dgmock-matchers.h24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
H A Dgmock-port.h24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
/llvm-project/llvm/docs/
H A DGitRepositoryPolicy.md31 order to work properly. Typical examples are continuous integration services
/llvm-project/third-party/unittest/googletest/include/gtest/internal/custom/
H A Dgtest-port.h24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
H A Dgtest.h24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
/llvm-project/bolt/
H A DREADME.md95 server/service, then skip to **For Services** section.
108 #### For Services
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock-all.cc24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-all.cc24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
H A Dgtest_main.cc24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
/llvm-project/libc/docs/gpu/
H A Dmotivation.rst26 Host services and C library features are currently provided sparsely by the
/llvm-project/llvm/lib/Support/
H A Dregutils.h29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
H A DCOPYRIGHT.regex47 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
/llvm-project/bolt/docs/
H A Dindex.rst122 typically runs as a server/service, then skip to **For Services**
140 For Services
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest_prod.h24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

12345