Searched refs:run_backend_only (Results 1 – 4 of 4) sorted by relevance
120 bool run_backend_only() const { return run_backend_only_; } in run_backend_only() function126 ExecutableBuildOptions& set_run_backend_only(bool run_backend_only) { in set_run_backend_only() argument127 run_backend_only_ = run_backend_only; in set_run_backend_only()
169 build_options.run_backend_only())); in CompileExecutables()186 build_options.run_backend_only()); in CompileExecutables()
239 bool run_backend_only = false);247 const Compiler::CompileOptions& options, bool run_backend_only = false);
289 const Compiler::CompileOptions& options, bool run_backend_only) { in BuildExecutables() argument312 auto module, CreateModuleFromProto(*proto, config, run_backend_only)); in BuildExecutables()318 if (!run_backend_only) { in BuildExecutables()760 bool run_backend_only) { in BuildExecutable() argument767 CreateModuleFromProto(module_proto, *module_config, run_backend_only)); in BuildExecutable()770 if (!run_backend_only) { in BuildExecutable()