Lines Matching refs:toolchain
47 // Categorize all targets by toolchain.
68 // Write out the toolchain buildfiles, and also accumulate the set of
69 // all settings and find the list of targets in the default toolchain.
74 const Toolchain* toolchain = builder_->GetToolchain(i->first);
77 if (!NinjaToolchainWriter::RunAndWriteFile(settings, toolchain,
80 "Couldn't open toolchain buildfile(s) for writing").PrintToStdout();
92 // All Settings objects should have the same default toolchain, and there
95 const Toolchain* default_toolchain =
102 "Couldn't open toolchain buildfile(s) for writing").PrintToStdout();