Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCompileServer.h70 class CLCompileServer : public CompileServer {
71 CLCompileServer() = delete;
72 CLCompileServer(const CLCompileServer &) = delete;
73 CLCompileServer &operator=(const CLCompileServer &) = delete;
76 CLCompileServer(int argc, char **argv) : argc(argc), argv(argv) {} in CLCompileServer() function
78 ~CLCompileServer() final = default;
Dmain.cpp46 return Ice::CLCompileServer(argc, argv).runAndReturnErrorCode(); in main()
DIceCompileServer.cpp172 void CLCompileServer::run() { in run()