Table of Contents

Property VerifyEach

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

VerifyEach

Gets or Sets a value indicating whether the Verifier pass is added.

public bool VerifyEach { get; set; }

Property Value

bool

Remarks

The verifier pass ensures that all functions in the module are valid. This is especially useful during debugging and IR generation development.