Home
last modified time | relevance | path

Searched defs:TargetSelection (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/rust/src/bootstrap/
Dsynthetic_targets.rs41 base: TargetSelection, in create_synthetic_target()
43 ) -> TargetSelection { in create_synthetic_target()
Dcc_detect.rs107 pub fn find_target(build: &Build, target: TargetSelection) { in find_target()
167 target: TargetSelection, in set_compiler()
Dcompile.rs215 fn copy_llvm_libunwind(builder: &Builder<'_>, target: TargetSelection, libdir: &Path) -> PathBuf { in copy_llvm_libunwind()
227 target: TargetSelection, in copy_third_party_objects()
264 target: TargetSelection, in copy_self_contained_objects()
334 pub fn std_cargo(builder: &Builder<'_>, target: TargetSelection, stage: u32, cargo: &mut Cargo) { in std_cargo()
518 target: TargetSelection, in copy_sanitizers()
873 pub fn rustc_cargo(builder: &Builder<'_>, cargo: &mut Cargo, target: TargetSelection, stage: u32) { in rustc_cargo()
888 target: TargetSelection, in rustc_cargo_env()
952 fn rustc_llvm_env(builder: &Builder<'_>, cargo: &mut Cargo, target: TargetSelection) { in rustc_llvm_env()
1255 target: TargetSelection, in librustc_stamp()
1265 target: TargetSelection, in codegen_backend_stamp()
[all …]
Dcheck.rs202 pub fn new(target: TargetSelection, builder: &Builder<'_>) -> Self { in new()
507 target: TargetSelection, in libstd_test_stamp()
523 target: TargetSelection, in codegen_backend_stamp()
Dlib.rs1010 target: impl Into<Option<TargetSelection>>, in msg_check()
1028 target: impl Into<Option<TargetSelection>>, in msg_build()
1041 host: impl Into<Option<TargetSelection>>, in msg()
1042 target: impl Into<Option<TargetSelection>>, in msg()
1066 target: TargetSelection, in msg_unstaged()
1078 host: TargetSelection, in msg_sysroot_tool()
1079 target: TargetSelection, in msg_sysroot_tool()
1130 fn cflags(&self, target: TargetSelection, which: GitRepo, c: CLang) -> Vec<String> { in cflags()
Dconfig.rs454 pub struct TargetSelection { struct
460 /// Newtype over `Vec<TargetSelection>` so we can implement custom parsing logic argument
470 impl TargetSelection { implementation
522 impl fmt::Display for TargetSelection { implementation
532 impl fmt::Debug for TargetSelection { implementation
538 impl PartialEq<&str> for TargetSelection { implementation
Ddoc.rs240 target: TargetSelection, in invoke_rustdoc()
427 pub(crate) fn new(stage: u32, target: TargetSelection, format: DocumentationFormat) -> Self { in new()
549 target: TargetSelection, in doc_std()
623 pub(crate) fn new(stage: u32, target: TargetSelection, builder: &Builder<'_>) -> Self { in new()
Dtool.rs42 host: &TargetSelection, in msg_tool()
43 target: &TargetSelection, in msg_tool()
142 target: TargetSelection, in prepare_tool_cargo()
Dinstall.rs52 host: Option<TargetSelection>, in install_sh()
Dllvm.rs76 target: TargetSelection, in prebuilt_llvm_config()
537 target: TargetSelection, in configure_cmake()
Dbuilder.rs101 pub fn build_triple(&self) -> TargetSelection { in build_triple()
960 host: TargetSelection, in compiler_for()
961 target: TargetSelection, in compiler_for()
1173 target: TargetSelection, in bare_cargo()
1236 target: TargetSelection, in cargo()
Ddist.rs170 target: TargetSelection, in make_win_dist()
584 fn verify_uefi_rlib_format(builder: &Builder<'_>, target: TargetSelection, stamp: &Path) { in verify_uefi_rlib_format()
615 fn copy_target_libs(builder: &Builder<'_>, target: TargetSelection, image: &Path, stamp: &Path) { in copy_target_libs()
1926 fn add_env(builder: &Builder<'_>, cmd: &mut Command, target: TargetSelection) { in add_env()
1972 fn maybe_install_llvm(builder: &Builder<'_>, target: TargetSelection, dst_libdir: &Path) -> bool { in maybe_install_llvm()
2029 pub fn maybe_install_llvm_target(builder: &Builder<'_>, target: TargetSelection, sysroot: &Path) { in maybe_install_llvm_target()
2040 pub fn maybe_install_llvm_runtime(builder: &Builder<'_>, target: TargetSelection, sysroot: &Path) { in maybe_install_llvm_runtime()
Dtest.rs526 target: TargetSelection, in build_miri_sysroot()