HomeSort by relevance Sort by last modified time
    Searched defs:toolchain_label (Results 1 - 5 of 5) 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));
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 92 Label toolchain_label = target->label().GetToolchainLabel(); local
98 RecursivePrintDeps(target, toolchain_label, 1);
130 OutputString(" " + deps[i].GetUserVisibleName(toolchain_label) + "\n");
147 Label toolchain_label = target->label().GetToolchainLabel(); local
149 OutputString(" " + forward[i].GetUserVisibleName(toolchain_label) + "\n");
212 Label toolchain_label = target->label().GetToolchainLabel(); local
215 configs[i].label.GetUserVisibleName(toolchain_label) + "\n");
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 270 milliseconds