LabelType
public struct LabelType : IRType
LabelType
represents code labels.
-
Returns the context associated with this type.
Declaration
Swift
public let context: Context
-
Creates a code label.
Parameters
context
The context to create this type in
-
Retrieves the underlying LLVM type object.
Declaration
Swift
public func asLLVM() -> LLVMTypeRef