Searched defs:run_backend_only (Results 1 – 4 of 4) sorted by relevance
135 bool run_backend_only() const { return run_backend_only_; } in run_backend_only() function141 ExecutableBuildOptions& set_run_backend_only(bool run_backend_only) { in set_run_backend_only()
158 bool run_backend_only() const { return run_backend_only_; } in run_backend_only() function159 void set_run_backend_only(bool run_backend_only) { in set_run_backend_only()
294 const Compiler::CompileOptions& options, bool run_backend_only) { in BuildExecutables()340 const Compiler::CompileOptions& options, bool run_backend_only) { in BuildAotResults()808 bool run_backend_only) { in BuildExecutable()
61 bool run_backend_only = 11; field