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

  /external/chromium_org/tools/gn/
target_generator.cc 64 const Label& toolchain_label = ToolchainLabelForScope(scope); local
66 toolchain_label.dir(), toolchain_label.name());
settings.h 46 const Label& toolchain_label() const { return toolchain_label_; } function in class:Settings
command_desc.cc 81 Label toolchain_label = target->label().GetToolchainLabel(); local
87 RecursivePrintDeps(target, toolchain_label, 1);
119 OutputString(" " + deps[i].GetUserVisibleName(toolchain_label) + "\n");
154 Label toolchain_label = target->label().GetToolchainLabel(); local
158 configs[i].label.GetUserVisibleName(toolchain_label) + "\n");
functions.cc 135 return scope->settings()->toolchain_label();
141 const Label& toolchain_label = ToolchainLabelForScope(scope); local
142 return Label(scope->GetSourceDir(), name, toolchain_label.dir(),
143 toolchain_label.name());

Completed in 64 milliseconds