Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Generates an IR from the Ast in the CSemanticProgram. The CSemanticProgram is updated with the generated IR.
| Name | CIrGeneratorPass |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SemanticAnalyzer/IRGeneratorPass.h |
| Include Path | #include "uLang/SemanticAnalyzer/IRGeneratorPass.h" |
Syntax
class CIrGeneratorPass : public uLang::IIrGeneratorPass
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~CIrGeneratorPass() |
uLang/SemanticAnalyzer/IRGeneratorPass.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Diagnostics | TSPtr< CDiagnostics > | uLang/SemanticAnalyzer/IRGeneratorPass.h | ||
| _Program | TSPtr< CSemanticProgram > | uLang/SemanticAnalyzer/IRGeneratorPass.h | ||
| _TargetVM | SBuildParams::EWhichVM | uLang/SemanticAnalyzer/IRGeneratorPass.h |
Functions
Public
Overridden from IIrGeneratorPass
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CleanUp() |
uLang/SemanticAnalyzer/IRGeneratorPass.h | ||
virtual void Initialize
(
const SBuildContext& BuildContext, |
uLang/SemanticAnalyzer/IRGeneratorPass.h | ||
virtual void ProcessAst() |
uLang/SemanticAnalyzer/IRGeneratorPass.h |