Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs29 fn const_data_from_alloc(&self, alloc: ConstAllocation<'tcx>) -> Self::Value; in const_data_from_alloc() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs309 fn const_data_from_alloc(&self, alloc: ConstAllocation<'tcx>) -> Self::Value { in const_data_from_alloc() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs241 fn const_data_from_alloc(&self, alloc: ConstAllocation<'tcx>) -> Self::Value { in const_data_from_alloc() method