|
clang
5.0.0
|
#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/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 190 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 196 of file CGCall.h.
Referenced by emitWriteback().
1.8.6