# Functions
No description provided by the author
GoFunctionCallRequiredStackSize returns the size of the stack required for the Go function call.
NewCompiler returns a new Compiler that can generate a machine code.
# Constants
ABIArgKindReg represents an argument passed in a register.
ABIArgKindStack represents an argument passed in the stack.
# Structs
No description provided by the author
No description provided by the author
RelocationInfo represents the relocation information for a call instruction.
SourceOffsetInfo is a data to associate the source offset with the executable offset.
SSAValueDefinition represents a definition of an SSA value.
# Type aliases
No description provided by the author