LLVMTypeIsSized

Function LLVMTypeIsSized 

Source
pub unsafe extern "C" fn LLVMTypeIsSized(Ty: LLVMTypeRef) -> LLVMBool
Expand description

Whether the type has a known size.

Things that don’t have a size are abstract types, labels, and void.a

@see llvm::Type::isSized()