clang API Documentation
#include <CGCall.h>

Public Attributes | |
| LValue | Source |
| llvm::Value * | Temporary |
| The temporary alloca. | |
| llvm::Value * | ToUse |
| A value to "use" after the writeback, or null. | |
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().