HomeSort by relevance Sort by last modified time
    Searched defs:toolchain_label (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/gn/
function_get_label_info.cc 116 Label toolchain_label = label.GetToolchainLabel(); local
118 scope->settings()->default_toolchain_label() == toolchain_label;
121 toolchain_label, is_default));
128 Label toolchain_label = label.GetToolchainLabel(); local
130 scope->settings()->default_toolchain_label() == toolchain_label;
133 toolchain_label, is_default));
label_pattern.cc 53 const Label& toolchain_label)
54 : toolchain_(toolchain_label),
85 Label toolchain_label;
87 toolchain_label = label.GetToolchainLabel();
89 return LabelPattern(MATCH, label.dir(), label.name(), toolchain_label);
93 Label toolchain_label; local
112 toolchain_label =
199 return LabelPattern(type, dir, base::StringPiece(), toolchain_label);
target_generator.cc 74 const Label& toolchain_label = ToolchainLabelForScope(scope); local
76 toolchain_label.dir(), toolchain_label.name());
settings.h 48 const Label& toolchain_label() const { return toolchain_label_; } function in class:Settings
command_desc.cc 106 Label toolchain_label = target->label().GetToolchainLabel(); local
115 RecursivePrintDeps(target, toolchain_label, NULL, 1);
119 RecursivePrintDeps(target, toolchain_label, &seen_targets, 1);
149 OutputString(" " + deps[i].GetUserVisibleName(toolchain_label) + "\n");
166 Label toolchain_label = target->label().GetToolchainLabel(); local
168 OutputString(" " + forward[i].GetUserVisibleName(toolchain_label) + "\n");
227 Label toolchain_label = target->label().GetToolchainLabel(); local
231 OutputString(" " + iter->GetUserVisibleName(toolchain_label) + "\n");
262 Label toolchain_label = target->label().GetToolchainLabel(); local
265 configs[i].label.GetUserVisibleName(toolchain_label) + "\n")
280 Label toolchain_label = target->label().GetToolchainLabel(); local
    [all...]
functions.cc 102 return scope->settings()->toolchain_label();
108 const Label& toolchain_label = ToolchainLabelForScope(scope); local
109 return Label(scope->GetSourceDir(), name, toolchain_label.dir(),
110 toolchain_label.name());

Completed in 120 milliseconds