Table of Contents

Method AppendBasicBlock

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

AppendBasicBlock(BasicBlock)

Appends a new basic block to a function

public void AppendBasicBlock(BasicBlock block)

Parameters

block BasicBlock

Existing block to append to the function's list of blocks

AppendBasicBlock(LazyEncodedString)

Creates an appends a new basic block to a function

public BasicBlock AppendBasicBlock(LazyEncodedString name)

Parameters

name LazyEncodedString

Name (label) of the block

Returns

BasicBlock

BasicBlock created and inserted onto the end of the function