/third_party/gn/src/gn/ |
D | label_unittest.cc | 75 Label default_toolchain(SourceDir("//t/"), "d"); in TEST() local 85 default_toolchain, v, &err); in TEST() 101 Label default_toolchain(SourceDir("//t/"), "d"); in TEST() local 110 Label result = Label::Resolve(cur_dir, std::string_view(), default_toolchain, in TEST() 117 result = Label::Resolve(cur_dir, source_root, default_toolchain, in TEST() 124 result = Label::Resolve(cur_dir, source_root, default_toolchain, in TEST() 134 result = Label::Resolve(cur_dir, source_root, default_toolchain, in TEST()
|
D | pool.cc | 21 std::string Pool::GetNinjaName(const Label& default_toolchain) const { in GetNinjaName() 22 bool include_toolchain = label().toolchain_dir() != default_toolchain.dir() || in GetNinjaName() 23 label().toolchain_name() != default_toolchain.name(); in GetNinjaName()
|
D | analyzer.cc | 94 void WriteLabels(const Label& default_toolchain, in WriteLabels() argument 101 strings.push_back(l.GetUserVisibleName(default_toolchain)); in WriteLabels() 107 Label AbsoluteOrSourceAbsoluteStringToLabel(const Label& default_toolchain, in AbsoluteOrSourceAbsoluteStringToLabel() argument 115 return Label::Resolve(SourceDir("//"), std::string_view(), default_toolchain, in AbsoluteOrSourceAbsoluteStringToLabel() 119 Err JSONToInputs(const Label& default_toolchain, in JSONToInputs() argument 165 AbsoluteOrSourceAbsoluteStringToLabel(default_toolchain, s, &err)); in JSONToInputs() 180 AbsoluteOrSourceAbsoluteStringToLabel(default_toolchain, s, &err)); in JSONToInputs() 204 const Label& default_toolchain, in OutputsToJSON() argument 211 WriteLabels(default_toolchain, *value, "invalid_targets", in OutputsToJSON() 221 WriteLabels(default_toolchain, *value, "compile_targets", in OutputsToJSON() [all …]
|
D | ninja_build_writer.cc | 199 const Toolchain* default_toolchain, in NinjaBuildWriter() argument 206 default_toolchain_(default_toolchain), in NinjaBuildWriter() 235 const Toolchain* default_toolchain = in RunAndWriteFile() local 240 used_toolchains[default_toolchain_settings] = default_toolchain; in RunAndWriteFile() 259 default_toolchain, default_toolchain_targets, file, in RunAndWriteFile()
|
D | pool.h | 30 std::string GetNinjaName(const Label& default_toolchain) const;
|
D | commands.cc | 481 Label default_toolchain = setup->loader()->default_toolchain_label(); in ResolveTargetFromCommandLineString() local 486 setup->build_settings().root_path_utf8(), default_toolchain, arg_value, in ResolveTargetFromCommandLineString() 660 Label default_toolchain = setup->loader()->default_toolchain_label(); in GetTargetsContainingFile() local 664 if (target->label().GetToolchainLabel() != default_toolchain) in GetTargetsContainingFile()
|
D | ninja_build_writer.h | 36 const Toolchain* default_toolchain,
|
D | command_path.cc | 104 const Label& default_toolchain = path[0].first->label().GetToolchainLabel(); in PrintPath() local 107 OutputString(path[i].first->label().GetUserVisibleName(default_toolchain)); in PrintPath()
|
D | command_gen.cc | 123 const Label& default_toolchain = in PrintInvalidGeneratedInput() local 126 if (target->settings()->toolchain_label() != default_toolchain) { in PrintInvalidGeneratedInput() 134 generator->settings()->toolchain_label() != default_toolchain) in PrintInvalidGeneratedInput()
|
D | command_refs.cc | 145 Label default_toolchain = setup->loader()->default_toolchain_label(); in GetTargetsReferencingConfig() local 149 if (target->label().GetToolchainLabel() != default_toolchain) in GetTargetsReferencingConfig()
|
D | label.h | 70 std::string GetUserVisibleName(const Label& default_toolchain) const;
|
D | variables.cc | 264 "default_toolchain". 273 const char kDefaultToolchain[] = "default_toolchain"; 275 "default_toolchain: [string] Label of the default toolchain."; 277 R"(default_toolchain: [string] Label of the default toolchain.
|
D | functions.cc | 850 pool = ":link_pool($default_toolchain)"
|
/third_party/cef/patch/patches/ |
D | linux_atk_1123214.patch | 9 -assert(current_toolchain == default_toolchain) 10 +# assert(current_toolchain == default_toolchain) 22 -assert(current_toolchain == default_toolchain) 23 +# assert(current_toolchain == default_toolchain)
|
/third_party/skia/gn/toolchain/ |
D | BUILD.gn | 67 if (current_toolchain == default_toolchain) { 173 pool = ":link_pool($default_toolchain)" 206 pool = ":link_pool($default_toolchain)" 224 pool = ":link_pool($default_toolchain)" 314 pool = ":link_pool($default_toolchain)" 348 pool = ":link_pool($default_toolchain)" 374 pool = ":link_pool($default_toolchain)"
|
/third_party/skia/build/fuchsia/ |
D | fuchsia_download_sdk.gni | 9 current_toolchain == default_toolchain) {
|
/third_party/gn/examples/ios/build/ |
D | BUILDCONFIG.gn | 42 host_toolchain = default_toolchain
|
/third_party/jerryscript/tools/ |
D | build.py | 27 def default_toolchain(): function 83 buildgrp.add_argument('--toolchain', metavar='FILE', default=default_toolchain(),
|
/third_party/gn/docs/ |
D | cross_compiles.md | 114 The `default_toolchain` is declared in the `BUILDCONFIG.gn` file (in Google 116 `default_toolchain` should be the toolchain for the `target_os` and
|
/third_party/gn/misc/vim/syntax/ |
D | gn.vim | 20 syn keyword gnPredefVar default_toolchain host_cpu host_os
|
/third_party/skia/gn/ |
D | ios.gni | 174 pool = "${skia_root_dir}/gn/toolchain:dsymutil_pool($default_toolchain)"
|
/third_party/skia/third_party/externals/angle2/ |
D | BUILD.gn | 339 if (is_cfi && use_cfi_icall && current_toolchain == default_toolchain) { 346 if (is_cfi && use_cfi_cast && current_toolchain == default_toolchain) { 1451 current_toolchain == default_toolchain) {
|
/third_party/libunwind/ |
D | BUILD.gn | 323 defines += [ "default_toolchain=${default_toolchain}" ]
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | BUILD.gn | 1165 current_toolchain == default_toolchain) {
|
/third_party/protobuf/ |
D | BUILD.gn | 115 if (default_toolchain == current_toolchain) {
|