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::CreateModuleConfig( in CreateModuleConfig()34 CompileOnlyClient::CompileAheadOfTime( in CompileAheadOfTime()53 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;
50 Status CompileXla(xla::CompileOnlyClient* client, in CompileXla()74 xla::CompileOnlyClient::AotXlaComputationInstance instance; in CompileXla()90 xla::CompileOnlyClient::PointerSizeForTriple(aot_opts.triple()); in CompileXla()103 xla::CompileOnlyClient* client = in CompileGraph()
80 xla::CompileOnlyClient::AotXlaComputationInstance instance{ in main()