LLVMTypeRef

Type Alias LLVMTypeRef 

Source
pub type LLVMTypeRef = *mut LLVMOpaqueType;
Expand description

Each value in the LLVM IR has a type, an LLVMTypeRef.

@see llvm::Type