Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dattributes.rs365 let alloc_align = AttributeKind::AllocAlign.create_attr(cx.llcx); in from_fn_attrs() localVariable
391 let alloc_align = AttributeKind::AllocAlign.create_attr(cx.llcx); in from_fn_attrs() localVariable
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/
Doperand.rs133 let alloc_align = alloc.inner().align; in from_const_alloc() localVariable