Address
public struct Address : IRValue
An Address represents a function-relative address of a basic block for
use with the indirectbr instruction.
-
Retrieves the underlying LLVM value object.
Declaration
Swift
public func asLLVM() -> LLVMValueRef
Address Structure Reference