LabelType
public struct LabelType : IRType
extension LabelType: Equatable
LabelType represents code labels.
-
Returns the context associated with this type.
Declaration
Swift
public let context: Context -
Creates a code label.
Parameters
contextThe context to create this type in
-
Retrieves the underlying LLVM type object.
Declaration
Swift
public func asLLVM() -> LLVMTypeRef -
Declaration
Swift
public static func == (lhs: LabelType, rhs: LabelType) -> Bool
LabelType Structure Reference