Home
last modified time | relevance | path

Searched refs:STATIC_LIBRARY (Results 1 - 25 of 26) sorted by relevance

12

/third_party/gn/src/gn/
H A Dresolved_target_data_unittest.cc67 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 Dresolved_target_data.cc28 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 Dtarget.cc420 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 Dsubstitution_writer_unittest.cc114 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 Dninja_c_binary_target_writer_unittest.cc106 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 Drust_values.cc38 case Target::STATIC_LIBRARY: in InferredCrateType()
H A Dvisual_studio_writer_unittest.cc186 target.set_output_type(Target::STATIC_LIBRARY); in TEST_F()
221 target.set_output_type(Target::STATIC_LIBRARY); in TEST_F()
H A Dtarget_unittest.cc47 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 Dresolved_target_deps_unittest.cc21 TestTarget a(setup, "//foo:a", Target::STATIC_LIBRARY); in TEST()
H A Dninja_binary_target_writer_unittest.cc91 target.set_output_type(Target::STATIC_LIBRARY); in TEST_F()
H A Drust_values_generator.cc42 target_->output_type() != Target::STATIC_LIBRARY && in Run()
H A Dninja_binary_target_writer.cc140 // _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 Dtarget.h46 STATIC_LIBRARY, enumerator
166 DCHECK_EQ(STATIC_LIBRARY, output_type_); in set_complete_static_lib()
H A Dbinary_target_generator.cc134 if (target_->output_type() == Target::STATIC_LIBRARY) { in FillCompleteStaticLib()
H A Dcompile_commands_writer_unittest.cc173 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 Dninja_rust_binary_target_writer.cc53 case Target::STATIC_LIBRARY: in WriteCrateVars()
H A Dninja_rust_binary_target_writer_unittest.cc742 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 Dbuilder_unittest.cc155 c->set_output_type(Target::STATIC_LIBRARY); in TEST_F()
H A Dtool.cc383 case Target::STATIC_LIBRARY: in GetToolTypeForTargetFinalOutput()
H A Drust_project_writer_unittest.cc306 dep2.set_output_type(Target::STATIC_LIBRARY); in TEST_F()
H A Dtarget_generator.cc144 Target::STATIC_LIBRARY, err); in GenerateTarget()
H A Dcommands.cc468 {"static_library", Target::STATIC_LIBRARY}, in InitFrom()
H A Druntime_deps_unittest.cc57 InitTargetWithType(setup, &stat, Target::STATIC_LIBRARY); in TEST_F()
H A Dohos_components_checker.cc525 if (type == Target::SHARED_LIBRARY || type == Target::STATIC_LIBRARY || type == Target::RUST_LIBRARY || in CheckInnerApiNotLib()
H A Dninja_c_binary_target_writer.cc708 } else if (target_->output_type() == Target::STATIC_LIBRARY) { in WriteLinkerStuff()

Completed in 25 milliseconds

12