Searched defs:CodegenBackend (Results 1 – 12 of 12) sorted by relevance
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/ |
| D | build_sysroot.rs | 20 cg_clif_dylib_src: &CodegenBackend, in build_sysroot() 170 cg_clif_dylib_path: &CodegenBackend, in build_sysroot_for_triple() 222 cg_clif_dylib_path: &CodegenBackend, in build_clif_sysroot_for_triple()
|
| D | abi_cafe.rs | 21 cg_clif_dylib: &CodegenBackend, in run()
|
| D | main.rs | 51 enum CodegenBackend { enum
|
| D | tests.rs | 251 cg_clif_dylib: &CodegenBackend, in run_tests()
|
| /third_party/rust/rust/src/bootstrap/ |
| D | check.rs | 289 pub struct CodegenBackend { struct 294 impl Step for CodegenBackend { argument
|
| D | compile.rs | 1065 pub struct CodegenBackend { struct 1066 pub target: TargetSelection, 1067 pub compiler: Compiler, 1068 pub backend: Interned<String>, 1109 impl Step for CodegenBackend { implementation
|
| /third_party/rust/rust/compiler/rustc_interface/src/ |
| D | util.rs | 43 codegen_backend: &dyn CodegenBackend, in add_configuration() 70 Box<dyn FnOnce(&config::Options) -> Box<dyn CodegenBackend> + Send>, in create_session() 254 ) -> Box<dyn CodegenBackend> { in get_codegen_backend()
|
| D | interface.rs | 47 pub fn codegen_backend(&self) -> &Lrc<dyn CodegenBackend> { in codegen_backend()
|
| D | queries.rs | 118 fn codegen_backend(&self) -> &Lrc<dyn CodegenBackend> { in codegen_backend()
|
| D | passes.rs | 962 codegen_backend: &dyn CodegenBackend, in start_codegen()
|
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/ |
| D | backend.rs | 58 pub trait CodegenBackend { trait
|
| /third_party/rust/rust/compiler/rustc_driver_impl/src/ |
| D | lib.rs | 716 codegen_backend: &dyn CodegenBackend, in print_crate_info()
|