LLVMGetStructName

Function LLVMGetStructName 

Source
pub unsafe extern "C" fn LLVMGetStructName(
    Ty: LLVMTypeRef,
) -> *const c_char
Expand description

Obtain the name of a structure.

@see llvm::StructType::getName()