Searched refs:CompileOnlyClient (Results 1 – 6 of 6) sorted by relevance
32 class CompileOnlyClient : public Client {34 explicit CompileOnlyClient(CompileOnlyService* service) in CompileOnlyClient() function37 CompileOnlyClient(const CompileOnlyClient&) = delete;38 void operator=(const CompileOnlyClient&) = delete;
25 CompileOnlyClient::CompileAheadOfTime( in CompileAheadOfTime()44 int64 CompileOnlyClient::PointerSizeForTriple(absl::string_view triple) { in PointerSizeForTriple()
138 /* static */ StatusOr<CompileOnlyClient*>156 absl::make_unique<CompileOnlyClient>(instance->service.get()); in GetOrCreateCompileOnlyClient()157 CompileOnlyClient* cl = instance->client.get(); in GetOrCreateCompileOnlyClient()
106 static StatusOr<CompileOnlyClient*> GetOrCreateCompileOnlyClient(132 std::unique_ptr<CompileOnlyClient> client;
47 Status CompileXla(xla::CompileOnlyClient* client, in CompileXla()71 xla::CompileOnlyClient::AotXlaComputationInstance instance; in CompileXla()87 xla::CompileOnlyClient::PointerSizeForTriple(aot_opts.triple()); in CompileXla()100 xla::CompileOnlyClient* client = in CompileGraph()
80 xla::CompileOnlyClient::AotXlaComputationInstance instance{ in main()