clang
3.9.0
|
#include <CGCall.h>
Public Attributes | |
LValue | Source |
The original argument. More... | |
Address | Temporary |
The temporary alloca. More... | |
llvm::Value * | ToUse |
A value to "use" after the writeback, or null. More... | |
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 emitWriteback().
Address clang::CodeGen::CallArgList::Writeback::Temporary |
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 emitWriteback().