/third_party/gn/src/gn/ |
H A D | resolved_target_data_unittest.cc | 67 TestTarget z(setup, "//foo:z", Target::STATIC_LIBRARY); in TEST() 123 TestTarget z(setup, "//foo:z", Target::STATIC_LIBRARY); in TEST() 179 TestTarget c(setup, "//foo:c", Target::STATIC_LIBRARY); in TEST() 243 TestTarget b(setup, "//foo:b", Target::STATIC_LIBRARY); in TEST() 287 TestTarget b(setup, "//foo:b", Target::STATIC_LIBRARY); in TEST() 289 TestTarget c(setup, "//foo:c", Target::STATIC_LIBRARY); in TEST() 319 TestTarget b(setup, "//foo:b", Target::STATIC_LIBRARY); in TEST() 321 TestTarget c(setup, "//foo:c", Target::STATIC_LIBRARY); in TEST()
|
H A D | resolved_target_data.cc | 28 if (!dep->IsFinal() || dep->output_type() == Target::STATIC_LIBRARY) { in ComputeLibInfo() 52 if (!dep->IsFinal() || dep->output_type() == Target::STATIC_LIBRARY) { in ComputeFrameworkInfo() 109 if (dep->output_type() == Target::STATIC_LIBRARY || in ComputeInheritedLibsFor() 192 if (dep->output_type() == Target::STATIC_LIBRARY || in ComputeRustLibsFor()
|
H A D | target.cc | 420 case STATIC_LIBRARY: in GetStringForOutputType() 522 output_type_ == LOADABLE_MODULE || output_type_ == STATIC_LIBRARY || in IsBinary() 531 return output_type_ == STATIC_LIBRARY || output_type_ == SHARED_LIBRARY || in IsLinkable() 540 (output_type_ == STATIC_LIBRARY && complete_static_lib_); in IsFinal() 755 if (dep->output_type() == STATIC_LIBRARY || in PullDependentTargetLibsFrom() 768 if (dep->output_type() == STATIC_LIBRARY || in PullDependentTargetLibsFrom() 861 if (!dep->IsFinal() || dep->output_type() == STATIC_LIBRARY) { in PullDependentTargetLibsFrom() 974 case STATIC_LIBRARY: in FillOutputFiles()
|
H A D | substitution_writer_unittest.cc | 114 target.set_output_type(Target::STATIC_LIBRARY); in TEST() 195 target.set_output_type(Target::STATIC_LIBRARY); in TEST() 238 target.set_output_type(Target::STATIC_LIBRARY); in TEST()
|
H A D | ninja_c_binary_target_writer_unittest.cc | 106 stlib_target.set_output_type(Target::STATIC_LIBRARY); in TEST_F() 167 TestTarget target(setup, "//foo:bar", Target::STATIC_LIBRARY); in TEST_F() 191 TestTarget target(setup, "//foo:bar", Target::STATIC_LIBRARY); in TEST_F() 226 TestTarget target(setup, "//foo:bar", Target::STATIC_LIBRARY); in TEST_F() 232 TestTarget baz(setup, "//foo:baz", Target::STATIC_LIBRARY); in TEST_F() 1348 library_target.set_output_type(Target::STATIC_LIBRARY); in TEST_F() 1511 staticlib.set_output_type(Target::STATIC_LIBRARY); in TEST_F() 1618 staticlib.set_output_type(Target::STATIC_LIBRARY); in TEST_F() 1767 library_target.set_output_type(Target::STATIC_LIBRARY); in TEST_F() 2122 static1.set_output_type(Target::STATIC_LIBRARY); in TEST_F() [all...] |
H A D | rust_values.cc | 38 case Target::STATIC_LIBRARY: in InferredCrateType()
|
H A D | visual_studio_writer_unittest.cc | 186 target.set_output_type(Target::STATIC_LIBRARY); in TEST_F() 221 target.set_output_type(Target::STATIC_LIBRARY); in TEST_F()
|
H A D | target_unittest.cc | 47 TestTarget b(setup, "//foo:b", Target::STATIC_LIBRARY); in TEST_F() 48 TestTarget c(setup, "//foo:c", Target::STATIC_LIBRARY); in TEST_F() 88 TestTarget b_fwd(setup, "//foo:b_fwd", Target::STATIC_LIBRARY); in TEST_F() 224 TestTarget with_prefix(setup, "//foo:bar", Target::STATIC_LIBRARY); in TEST_F() 230 TestTarget dup_prefix(setup, "//foo:bar", Target::STATIC_LIBRARY); in TEST_F() 247 TestTarget b(setup, "//private:b", Target::STATIC_LIBRARY); in TEST_F() 313 TestTarget b(setup, "//public:b", Target::STATIC_LIBRARY); in TEST_F() 335 TestTarget b(setup, "//private:b", Target::STATIC_LIBRARY); in TEST_F() 360 TestTarget testlib(setup, "//test:testlib", Target::STATIC_LIBRARY); in TEST_F()
|
H A D | resolved_target_deps_unittest.cc | 21 TestTarget a(setup, "//foo:a", Target::STATIC_LIBRARY); in TEST()
|
H A D | ninja_binary_target_writer_unittest.cc | 91 target.set_output_type(Target::STATIC_LIBRARY); in TEST_F()
|
H A D | rust_values_generator.cc | 42 target_->output_type() != Target::STATIC_LIBRARY && in Run()
|
H A D | ninja_binary_target_writer.cc | 140 // _complete_ STATIC_LIBRARY in ClassifyDependency() 152 target_->output_type() == Target::STATIC_LIBRARY) && in ClassifyDependency() 164 (dep->output_type() == Target::STATIC_LIBRARY && in ClassifyDependency()
|
H A D | target.h | 46 STATIC_LIBRARY, enumerator 166 DCHECK_EQ(STATIC_LIBRARY, output_type_); in set_complete_static_lib()
|
H A D | binary_target_generator.cc | 134 if (target_->output_type() == Target::STATIC_LIBRARY) { in FillCompleteStaticLib()
|
H A D | compile_commands_writer_unittest.cc | 173 stlib_target.set_output_type(Target::STATIC_LIBRARY); in TEST_F() 248 TestTarget target(setup(), "//foo:bar", Target::STATIC_LIBRARY); in TEST_F() member in Target
|
H A D | ninja_rust_binary_target_writer.cc | 53 case Target::STATIC_LIBRARY: in WriteCrateVars()
|
H A D | ninja_rust_binary_target_writer_unittest.cc | 742 staticlib.set_output_type(Target::STATIC_LIBRARY); in TEST_F() 885 rstaticlib.set_output_type(Target::STATIC_LIBRARY); in TEST_F() 1034 staticlib.set_output_type(Target::STATIC_LIBRARY); in TEST_F() 1253 staticlib.set_output_type(Target::STATIC_LIBRARY); in TEST_F()
|
H A D | builder_unittest.cc | 155 c->set_output_type(Target::STATIC_LIBRARY); in TEST_F()
|
H A D | tool.cc | 383 case Target::STATIC_LIBRARY: in GetToolTypeForTargetFinalOutput()
|
H A D | rust_project_writer_unittest.cc | 306 dep2.set_output_type(Target::STATIC_LIBRARY); in TEST_F()
|
H A D | target_generator.cc | 144 Target::STATIC_LIBRARY, err); in GenerateTarget()
|
H A D | commands.cc | 468 {"static_library", Target::STATIC_LIBRARY}, in InitFrom()
|
H A D | runtime_deps_unittest.cc | 57 InitTargetWithType(setup, &stat, Target::STATIC_LIBRARY); in TEST_F()
|
H A D | ohos_components_checker.cc | 525 if (type == Target::SHARED_LIBRARY || type == Target::STATIC_LIBRARY || type == Target::RUST_LIBRARY ||
in CheckInnerApiNotLib()
|
H A D | ninja_c_binary_target_writer.cc | 708 } else if (target_->output_type() == Target::STATIC_LIBRARY) { in WriteLinkerStuff()
|