Enum cranelift_codegen::ir::instructions::CallInfo [−][src]
Information about call instructions.
Variants
This is not a call instruction.
This is a direct call to an external function declared in the preamble. See
DataFlowGraph.ext_funcs
.
This is an indirect call with the specified signature. See DataFlowGraph.signatures
.