LLVMStructCreateNamed

Function LLVMStructCreateNamed 

Source
pub unsafe extern "C" fn LLVMStructCreateNamed(
    C: LLVMContextRef,
    Name: *const c_char,
) -> LLVMTypeRef
Expand description

Create an empty structure in a context having a specified name.

@see llvm::StructType::create()