llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | Public Attributes | List of all members
CallLowering::RetLoc Struct Reference

Location of a return value. More...

#include <emitter/call_lowering.h>

Public Member Functions

 RetLoc (unsigned index)
 

Public Attributes

unsigned Index
 Index of the return value.
 
llvm::SmallVector< RetPart, 2 > Parts
 Parts of the return value.
 

Detailed Description

Location of a return value.


The documentation for this struct was generated from the following file: