mlir_sys

Function mlirLLVMStructTypeGetIdentifier

Source
pub unsafe extern "C" fn mlirLLVMStructTypeGetIdentifier(
    type_: MlirType,
) -> MlirStringRef
Expand description

Returns the identifier of the identified struct. Asserts that the struct is identified, i.e., not literal.