Home
last modified time | relevance | path

Searched refs:DEPS_LINKED (Results 1 – 13 of 13) sorted by relevance

/third_party/gn/src/gn/
Dninja_group_target_writer.cc24 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in Run()
Dswift_values.cc28 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in FillModuleDependencies()
Dtarget.cc566 if (type == DEPS_LINKED) { in GetDeps()
745 for (const auto& pair : GetDeps(DEPS_LINKED)) { in PullDependentTargetConfigs()
751 for (const auto& pair : GetDeps(DEPS_LINKED)) { in PullDependentTargetConfigs()
878 for (const auto& pair : GetDeps(DEPS_LINKED)) { in PullRecursiveHardDeps()
903 for (const auto& pair : GetDeps(DEPS_LINKED)) { in PullRecursiveBundleData()
Dninja_generated_file_target_writer.cc34 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in Run()
Dbinary_target_generator.cc211 for (const auto& dep_pair : target_->GetDeps(Target::DEPS_LINKED)) { in FillAllowCircularIncludesFrom()
Druntime_deps.cc116 for (const auto& dep_pair : target->GetDeps(Target::DEPS_LINKED)) { in RecursiveCollectRuntimeDeps()
Dninja_action_target_writer.cc39 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in Run()
Dtarget.h60 DEPS_LINKED, // Iterates through all non-data dependencies. enumerator
Dninja_binary_target_writer.cc130 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in GetClassifiedDeps()
Drust_project_writer.cc92 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in GetRustDeps()
Djson_project_writer.cc47 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in AddTargetDependencies()
Dninja_c_binary_target_writer.cc109 for (const auto& pair: target->GetDeps(Target::DEPS_LINKED)) { in GetModuleDepsInformation()
Dxcode_writer.cc853 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in GetTargetsFromBuilder()