Table of Contents

Constructor InstructionBuilder

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

InstructionBuilder(IContext)

Initializes a new instance of the InstructionBuilder class for a given Ubiquity.NET.Llvm.ContextAlias

public InstructionBuilder(IContext context)

Parameters

context IContext

ContextAlias used for creating instructions

InstructionBuilder(BasicBlock)

Initializes a new instance of the InstructionBuilder class for a BasicBlock

public InstructionBuilder(BasicBlock block)

Parameters

block BasicBlock

Block this builder is initially attached to