Documentation
¶
Index ¶
- type Implementation
- func (i *Implementation) ClassifyArgument(t *types.TypeDescriptor, abi types.CallingConvention) arch.ArgumentClassification
- func (i *Implementation) ClassifyReturn(t *types.TypeDescriptor, abi types.CallingConvention) int
- func (i *Implementation) Execute(cif *types.CallInterface, fn unsafe.Pointer, rvalue unsafe.Pointer, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implementation ¶
type Implementation struct{}
func (*Implementation) ClassifyArgument ¶
func (i *Implementation) ClassifyArgument( t *types.TypeDescriptor, abi types.CallingConvention, ) arch.ArgumentClassification
func (*Implementation) ClassifyReturn ¶
func (i *Implementation) ClassifyReturn( t *types.TypeDescriptor, abi types.CallingConvention, ) int
Click to show internal directories.
Click to hide internal directories.