Home
last modified time | relevance | path

Searched defs:memory_ty (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dabi.rs175 fn memory_ty(&self, cx: &CodegenCx<'ll, 'tcx>) -> &'ll Type; in memory_ty() method
193 fn memory_ty(&self, cx: &CodegenCx<'ll, 'tcx>) -> &'ll Type { in memory_ty() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/intrinsic/
Dmod.rs411 fn memory_ty(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc>; in memory_ty() method
419 fn memory_ty(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc> { in memory_ty() method