Table of Contents

Method Verify

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

Verify()

Verifies the function is valid and all blocks properly terminated

public void Verify()

Verify(out string)

Verifies the function without throwing an exception

public bool Verify(out string errMsg)

Parameters

errMsg string

Error message if any, or Empty if no errors detected

Returns

bool

true if no errors found