Vixen
02b45cc4
csharp
public record class LibraryIrCall

A call, naming its callee by Key. Resolved once every function exists.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public int? Result
  • public string Function
  • public ImmutableArray<LibraryIrArgument> Arguments

Methods (1)

  • public LibraryIrCall(int? Result, string Function, ImmutableArray<LibraryIrArgument> Arguments)

    A call, naming its callee by Key. Resolved once every function exists.

Used by (3)

  • BodyDecoderVixen.Raven
  • LibraryIrEncoderVixen.Raven
  • LibraryIrStatementVixen.Raven