LabelType

public struct LabelType: IRType

LabelType represents code labels.

  • Creates a code label.

    Declaration

    Swift

    public init()
  • Retrieves the underlying LLVM type object.

    Declaration

    Swift

    public func asLLVM() -> LLVMTypeRef