rustc::lib::llvm::llvm::LLVMCallFrameAlignmentOfType[src]
pub unsafe fn LLVMCallFrameAlignmentOfType(TD: TargetDataRef, Ty: TypeRef) -> c_uint
Returns the minimum alignment of a type when part of a call frame.
pub unsafe fn LLVMCallFrameAlignmentOfType(TD: TargetDataRef, Ty: TypeRef) -> c_uint
Returns the minimum alignment of a type when part of a call frame.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).