Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbuilder.rs140 fn byte_array_alloca(&mut self, len: Self::Value, align: Align) -> Self::Value; in byte_array_alloca() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs443 fn byte_array_alloca(&mut self, len: &'ll Value, align: Align) -> &'ll Value { in byte_array_alloca() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs735 fn byte_array_alloca(&mut self, _len: RValue<'gcc>, _align: Align) -> RValue<'gcc> { in byte_array_alloca() method