Table of Contents

Method CreateBasicBlock

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

CreateBasicBlock(LazyEncodedString)

Create a named BasicBlock without inserting it into a function

BasicBlock CreateBasicBlock(LazyEncodedString name)

Parameters

name LazyEncodedString

Name of the block to create

Returns

BasicBlock

BasicBlock created