IRGlobal

public protocol IRGlobal: IRValue

An IRGlobal is a value, alias, or function that exists at the top level of an LLVM module.

  • linkage Extension method

    Retrieves the linkage information for this global.

    Declaration

    Swift

    public var linkage: Linkage
  • visibility Extension method

    Retrieves the visibility style for this global.

    Declaration

    Swift

    public var visibility: Visibility