Searched refs:RUST_LIBRARY (Results 1 – 14 of 14) sorted by relevance
33 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()87 dep.set_output_type(Target::RUST_LIBRARY); in TEST_F()98 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()173 dep.set_output_type(Target::RUST_LIBRARY); in TEST_F()184 dep2.set_output_type(Target::RUST_LIBRARY); in TEST_F()195 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()295 dep.set_output_type(Target::RUST_LIBRARY); in TEST_F()331 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()435 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()491 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()[all …]
307 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()329 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()351 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()372 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()394 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()416 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()
40 case Target::RUST_LIBRARY: in InferredCrateType()51 return target->output_type() == Target::RUST_LIBRARY || in IsRustLibrary()
91 private_rlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()132 far_public_rlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()172 public_rlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()213 rlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()278 private_inside_dylib.set_output_type(Target::RUST_LIBRARY); in TEST_F()318 inside_dylib.set_output_type(Target::RUST_LIBRARY); in TEST_F()537 rlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()631 transitive.set_output_type(Target::RUST_LIBRARY); in TEST_F()643 rlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()656 direct.set_output_type(Target::RUST_LIBRARY); in TEST_F()[all …]
1456 priv_in_staticlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()1471 pub_in_staticlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()1485 priv_in_dylib.set_output_type(Target::RUST_LIBRARY); in TEST_F()1498 pub_in_dylib.set_output_type(Target::RUST_LIBRARY); in TEST_F()1593 pub_in_staticlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()1606 priv_in_staticlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()1630 priv_in_procmacro.set_output_type(Target::RUST_LIBRARY); in TEST_F()1645 pub_in_procmacro.set_output_type(Target::RUST_LIBRARY); in TEST_F()1658 pub_in_procmacro_and_rlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()1687 rlib.set_output_type(Target::RUST_LIBRARY); in TEST_F()[all …]
432 case RUST_LIBRARY: in GetStringForOutputType()539 output_type_ == SOURCE_SET || output_type_ == RUST_LIBRARY || in IsBinary()545 output_type_ == RUST_LIBRARY || output_type_ == RUST_PROC_MACRO; in IsLinkable()762 dep->output_type() == RUST_LIBRARY || in PullDependentTargetLibsFrom()773 dep->output_type() == SOURCE_SET || dep->output_type() == RUST_LIBRARY || in PullDependentTargetLibsFrom()969 case RUST_LIBRARY: in FillOutputFiles()
264 target.set_output_type(Target::RUST_LIBRARY); in TEST_F()
40 target_->output_type() != Target::RUST_LIBRARY && in Run()
258 dep->output_type() == Target::RUST_LIBRARY || in ComputeInheritedLibsFor()354 dep->output_type() == Target::RUST_LIBRARY || in ComputeRustLibsFor()
610 if (cur->output_type() == Target::RUST_LIBRARY || in WriteLinkerStuff()667 if (dep->output_type() == Target::RUST_LIBRARY) { in WriteLinkerStuff()
56 case Target::RUST_LIBRARY: in WriteCrateVars()
54 RUST_LIBRARY, enumerator
149 Target::RUST_LIBRARY, err); in GenerateTarget()
163 (target_->output_type() == Target::RUST_LIBRARY || in ClassifyDependency()