Lines Matching defs:label
26 Target* TargetManager::GetTarget(const Label& label,
30 DCHECK(!label.is_null());
31 DCHECK(!label.toolchain_dir().value().empty());
32 DCHECK(!label.toolchain_name().empty());
37 build_settings_->item_tree().GetExistingNodeLocked(label);
46 if (dep_from && dep_from->label().ToolchainsEqual(label)) {
51 specified_from_here, label.GetToolchainLabel(), err);
56 target = new Target(settings, label);
80 "\"" + label.GetUserVisibleName(true) +
103 build_settings_->item_tree().GetExistingNodeLocked(dep_from->label());
112 bool TargetManager::TargetGenerationComplete(const Label& label,
116 build_settings_, label, err);