Alias

public struct Alias : IRGlobal

An Alias represents a global alias in an LLVM module - a new symbol and corresponding metadata for an existing global value.

  • Retrieves the underlying LLVM value object.

    Declaration

    Swift

    public func asLLVM() -> LLVMValueRef