Home
last modified time | relevance | path

Searched defs:allocator_module (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/driver/
Daot.rs45 allocator_module: Option<CompiledModule>, field
431 let mut allocator_module = make_module(tcx.sess, &backend_config, "allocator_shim".to_string()); in run_aot() localVariable
436 let allocator_module = if created_alloc_shim { in run_aot() localVariable
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Dlib.rs173 pub allocator_module: Option<CompiledModule>, field
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/back/
Dwrite.rs415 pub allocator_module: Option<CompiledModule>, field