clang API Documentation

Public Attributes
clang::CodeGen::CallArgList::Writeback Struct Reference

#include <CGCall.h>

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

List of all members.

Public Attributes

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

Detailed Description

Definition at line 61 of file CGCall.h.


Member Data Documentation

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().

The temporary alloca.

Definition at line 67 of file CGCall.h.

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

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: