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

  /external/chromium_org/tools/gn/
function_set_default_toolchain.cc 20 " set_default_toolchain(toolchain_label)\n"
39 " toolchain_label\n"
69 Label toolchain_label(
71 if (toolchain_label.is_null())
74 *default_toolchain_dest = toolchain_label;
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));
builder_unittest.cc 69 settings_.set_default_toolchain_label(settings_.toolchain_label());
73 Toolchain* tc = new Toolchain(&settings_, settings_.toolchain_label());
89 SourceDir toolchain_dir = settings_.toolchain_label().dir();
90 std::string toolchain_name = settings_.toolchain_label().name();
94 builder_->GetRecord(settings_.toolchain_label());
191 settings_.toolchain_label().dir(), "a");
loader.cc 61 const Label& toolchain_label,
64 GetOutputSubdirName(toolchain_label,
65 toolchain_label == default_toolchain_label)),
69 settings.set_toolchain_label(toolchain_label);
245 settings->toolchain_label().GetUserVisibleName(false));
257 trace.SetToolchain(settings->toolchain_label());
301 trace.SetToolchain(settings->toolchain_label());
327 DCHECK(settings->toolchain_label().is_null());
334 settings->toolchain_label()));
367 DCHECK(!record->settings.toolchain_label().is_null())
    [all...]
filesystem_utils.h 173 std::string GetOutputSubdirName(const Label& toolchain_label, bool is_default);
183 const Label& toolchain_label, bool is_default);
settings.h 48 const Label& toolchain_label() const { return toolchain_label_; } function in class:Settings
scope_per_file_provider.cc 50 scope_->settings()->toolchain_label().GetUserVisibleName(false)));
target_generator.cc 74 const Label& toolchain_label = ToolchainLabelForScope(scope); local
76 toolchain_label.dir(), toolchain_label.name());
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");
filesystem_utils.cc 669 std::string GetOutputSubdirName(const Label& toolchain_label, bool is_default) {
676 return toolchain_label.name() + "/";
690 const Label& toolchain_label, bool is_default) {
692 result.append(GetOutputSubdirName(toolchain_label, is_default));
708 const Label& toolchain_label, bool is_default) {
710 build_settings, toolchain_label, is_default).value();
command_gen.cc 55 builder->GetToolchain(target->settings()->toolchain_label());
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());
builder.cc 65 trace.SetToolchain(item->settings()->toolchain_label());
339 target->settings()->toolchain_label(), target->defined_from(),
ninja_helper.cc 230 return settings->toolchain_label().name() + "_";
ninja_target_writer.cc 44 trace.SetToolchain(settings->toolchain_label());
function_exec_script.cc 318 trace.SetToolchain(settings->toolchain_label());

Completed in 243 milliseconds