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

Location of an argument. More...

#include <emitter/call_lowering.h>

Public Member Functions

 ArgLoc (unsigned index, FlaggedType argType)
 

Public Attributes

unsigned Index
 Argument index.
 
Type ArgType
 Type of the argument.
 
llvm::SmallVector< ArgPart, 2 > Parts
 Parts of the argument.
 

Detailed Description

Location of an argument.


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