IRGlobal
public protocol IRGlobal: IRValue
An IRGlobal is a value, alias, or function that exists at the top level of
an LLVM module.
-
linkageExtension methodRetrieves the linkage information for this global.
Declaration
Swift
public var linkage: Linkage -
visibilityExtension methodRetrieves the visibility style for this global.
Declaration
Swift
public var visibility: Visibility
IRGlobal Protocol Reference