Lines Matching refs:toolchain
123 const Toolchain* Builder::GetToolchain(const Label& label) const {
239 // All targets in the default toolchain get generated by default. We also
250 Toolchain* toolchain = record->item()->AsToolchain();
252 if (!AddDeps(record, toolchain->deps(), err))
255 // The default toolchain gets generated by default. Also propogate the
256 // generate flag if it depends on items in a non-default toolchain.
258 toolchain->settings()->default_toolchain_label() == toolchain->label())
261 loader_->ToolchainLoaded(toolchain);
418 Toolchain* toolchain = record->item()->AsToolchain();
419 if (!ResolveDeps(&toolchain->deps(), err))
514 "Toolchain for target not defined.",
515 "I was hoping to find a toolchain " +