llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
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. | |
Location of an argument.