clang  3.7.0
Public Attributes | List of all members
clang::CodeGen::CallArgList::Writeback Struct Reference

#include <CGCall.h>

Collaboration diagram for clang::CodeGen::CallArgList::Writeback:
[legend]

Public Attributes

LValue Source
 
llvm::ValueTemporary
 The temporary alloca. More...
 
llvm::ValueToUse
 A value to "use" after the writeback, or null. More...
 

Detailed Description

Definition at line 61 of file CGCall.h.

Member Data Documentation

LValue clang::CodeGen::CallArgList::Writeback::Source

The original argument. Note that the argument l-value is potentially null.

Definition at line 64 of file CGCall.h.

Referenced by clang::CodeGen::CallArgList::addWriteback(), and emitWriteback().

llvm::Value* clang::CodeGen::CallArgList::Writeback::Temporary

The temporary alloca.

Definition at line 67 of file CGCall.h.

Referenced by clang::CodeGen::CallArgList::addWriteback(), and emitWriteback().

llvm::Value* clang::CodeGen::CallArgList::Writeback::ToUse

A value to "use" after the writeback, or null.

Definition at line 70 of file CGCall.h.

Referenced by clang::CodeGen::CallArgList::addWriteback(), and emitWriteback().


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