Skip to main content

func

Function func 

Source
pub fn func<'c>(
    context: &'c Context,
    name: StringAttribute<'c>,
    type: TypeAttribute<'c>,
    region: Region<'c>,
    attributes: &[(Identifier<'c>, Attribute<'c>)],
    location: Location<'c>,
) -> Operation<'c>
Expand description

Create a llvm.func operation.