Interface ProgramEntryPointInstr.ProgramEntryPointInstrVisitor
- Enclosing class:
ProgramEntryPointInstr
public static interface ProgramEntryPointInstr.ProgramEntryPointInstrVisitor
Visitor interface for specialized handling of ProgramEntryPointInstr.
Backends should implement this to process program metadata.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitProgramEntryPointInstr
(ProgramEntryPointInstr instruction)
-
Method Details
-
visitProgramEntryPointInstr
-