Home
last modified time | relevance | path

Searched refs:unit_graph (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/compiler/build_context/
H A Dmod.rs1 use crate::core::compiler::unit_graph::UnitGraph;
48 pub unit_graph: UnitGraph, field
63 unit_graph: UnitGraph, in new()
65 let all_kinds = unit_graph in new()
81 unit_graph, in new()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/compiler/build_context/
H A Dmod.rs1 use crate::core::compiler::unit_graph::UnitGraph;
48 pub unit_graph: UnitGraph, field
66 unit_graph: UnitGraph, in new()
69 let all_kinds = unit_graph in new()
85 unit_graph, in new()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/compiler/build_context/
H A Dmod.rs1 use crate::core::compiler::unit_graph::UnitGraph;
48 pub unit_graph: UnitGraph, field
63 unit_graph: UnitGraph, in new()
65 let all_kinds = unit_graph in new()
81 unit_graph, in new()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/compiler/
H A Dlinks.rs1 use super::unit_graph::UnitGraph;
8 pub fn validate_links(resolve: &Resolve, unit_graph: &UnitGraph) -> CargoResult<()> { in validate_links()
19 let mut units: Vec<_> = unit_graph.keys().collect(); in validate_links()
H A Dunit_graph.rs68 unit_graph: &UnitGraph, in emit_serialized_unit_graph()
71 let mut units: Vec<(&Unit, &Vec<UnitDep>)> = unit_graph.iter().collect(); in emit_serialized_unit_graph()
H A Dbuild_config.rs28 pub unit_graph: bool, field
81 unit_graph: false, in new()
H A Dlto.rs188 for dep in &bcx.unit_graph[unit] { in calculate()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/compiler/
H A Dlinks.rs1 use super::unit_graph::UnitGraph;
8 pub fn validate_links(resolve: &Resolve, unit_graph: &UnitGraph) -> CargoResult<()> { in validate_links()
19 let mut units: Vec<_> = unit_graph.keys().collect(); in validate_links()
H A Dunit_graph.rs68 unit_graph: &UnitGraph, in emit_serialized_unit_graph()
71 let mut units: Vec<(&Unit, &Vec<UnitDep>)> = unit_graph.iter().collect(); in emit_serialized_unit_graph()
H A Dbuild_config.rs28 pub unit_graph: bool, field
84 unit_graph: false, in new()
H A Dlto.rs188 for dep in &bcx.unit_graph[unit] { in calculate()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/compiler/
H A Dlinks.rs1 use super::unit_graph::UnitGraph;
8 pub fn validate_links(resolve: &Resolve, unit_graph: &UnitGraph) -> CargoResult<()> { in validate_links()
19 let mut units: Vec<_> = unit_graph.keys().collect(); in validate_links()
H A Dunit_graph.rs68 unit_graph: &UnitGraph, in emit_serialized_unit_graph()
71 let mut units: Vec<(&Unit, &Vec<UnitDep>)> = unit_graph.iter().collect(); in emit_serialized_unit_graph()
H A Dbuild_config.rs28 pub unit_graph: bool, field
84 unit_graph: false, in new()
H A Dlto.rs188 for dep in &bcx.unit_graph[unit] { in calculate()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/ops/
H A Dcargo_compile.rs283 if options.build_config.unit_graph { in compile_ws()
284 unit_graph::emit_serialized_unit_graph(&bcx.roots, &bcx.unit_graph, ws.config())?; in compile_ws()
548 unit_graph = new_graph.1; in create_bcx()
594 for unit in unit_graph.keys() { in create_bcx()
623 unit_graph, in create_bcx()
1455 unit_graph: UnitGraph, in rebuild_unit_graph_shared()
1481 unit_graph: &UnitGraph, in traverse_and_share()
1490 let new_deps: Vec<_> = unit_graph[unit] in traverse_and_share()
1624 unit_graph: &mut UnitGraph, in remove_duplicate_doc()
1629 for unit in unit_graph.keys() { in remove_duplicate_doc()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/ops/
H A Dcargo_compile.rs283 if options.build_config.unit_graph { in compile_ws()
284 unit_graph::emit_serialized_unit_graph(&bcx.roots, &bcx.unit_graph, ws.config())?; in compile_ws()
548 unit_graph = new_graph.1; in create_bcx()
594 for unit in unit_graph.keys() { in create_bcx()
623 unit_graph, in create_bcx()
1407 unit_graph: UnitGraph, in rebuild_unit_graph_shared()
1433 unit_graph: &UnitGraph, in traverse_and_share()
1442 let new_deps: Vec<_> = unit_graph[unit] in traverse_and_share()
1576 unit_graph: &mut UnitGraph, in remove_duplicate_doc()
1581 for unit in unit_graph.keys() { in remove_duplicate_doc()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/compiler/context/
H A Dmod.rs20 use super::unit_graph::UnitDep;
215 for dep in &self.bcx.unit_graph[unit] { in compile()
378 &self.bcx.unit_graph[unit] in unit_deps()
388 self.bcx.unit_graph[unit] in find_build_script_unit()
422 for unit in self.bcx.unit_graph.keys() { in build_plan_inputs()
516 .unit_graph in check_collisions()
583 for (key, deps) in self.bcx.unit_graph.iter() { in record_units_requiring_metadata()
641 for unit in self.bcx.unit_graph.keys() { in compute_metadata_for_doc_units()
648 .unit_graph in compute_metadata_for_doc_units()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/ops/
H A Dcargo_compile.rs283 if options.build_config.unit_graph { in compile_ws()
284 unit_graph::emit_serialized_unit_graph(&bcx.roots, &bcx.unit_graph, ws.config())?; in compile_ws()
601 unit_graph, in create_bcx()
609 unit_graph = new_graph.2; in create_bcx()
656 for unit in unit_graph.keys() { in create_bcx()
685 unit_graph, in create_bcx()
1521 unit_graph: UnitGraph, in rebuild_unit_graph_shared()
1552 unit_graph: &UnitGraph, in traverse_and_share()
1695 unit_graph: &mut UnitGraph, in remove_duplicate_doc()
1700 for unit in unit_graph.keys() { in remove_duplicate_doc()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/compiler/context/
H A Dmod.rs21 use super::unit_graph::UnitDep;
210 for dep in &self.bcx.unit_graph[unit] { in compile()
366 &self.bcx.unit_graph[unit] in unit_deps()
376 self.bcx.unit_graph[unit] in find_build_script_unit()
410 for unit in self.bcx.unit_graph.keys() { in build_plan_inputs()
504 .unit_graph in check_collisions()
571 for (key, deps) in self.bcx.unit_graph.iter() { in record_units_requiring_metadata()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/compiler/context/
H A Dmod.rs21 use super::unit_graph::UnitDep;
210 for dep in &self.bcx.unit_graph[unit] { in compile()
366 &self.bcx.unit_graph[unit] in unit_deps()
376 self.bcx.unit_graph[unit] in find_build_script_unit()
410 for unit in self.bcx.unit_graph.keys() { in build_plan_inputs()
504 .unit_graph in check_collisions()
571 for (key, deps) in self.bcx.unit_graph.iter() { in record_units_requiring_metadata()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/src/
H A Dbuild.rs7 use cargo::core::compiler::unit_graph::UnitDep;
8 use cargo::core::compiler::unit_graph::UnitGraph;
774 compile_opts.build_config.unit_graph = false; in compile_options()
841 use cargo::core::compiler::{unit_graph, UnitInterner};
872 let unit_graph = &bcx.unit_graph; in compile_with_exec() localVariable
903 for dep in unit_graph[unit].iter() { in compile_with_exec()
904 set_deps_args(dep, unit_graph, extra_compiler_args, pkg_rustflags); in compile_with_exec()
908 if options.build_config.unit_graph { in compile_with_exec()
909 unit_graph::emit_serialized_unit_graph(&bcx.roots, &bcx.unit_graph, ws.config())?; in compile_with_exec()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/tests/testsuite/
H A Dmain.rs122 mod unit_graph; module
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/testsuite/
H A Dmain.rs124 mod unit_graph; module
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/tests/testsuite/
H A Dmain.rs124 mod unit_graph; module

12