clang API Documentation
#include <CGCall.h>

Public Attributes | |
| llvm::Value * | Address |
| The original argument. | |
| QualType | AddressType |
| The pointee type of the original argument. | |
| llvm::Value * | Temporary |
| The temporary alloca. | |
The original argument.
Definition at line 63 of file CGCall.h.
Referenced by clang::CodeGen::CallArgList::addWriteback(), and emitWriteback().
The pointee type of the original argument.
Definition at line 66 of file CGCall.h.
Referenced by clang::CodeGen::CallArgList::addWriteback(), and emitWriteback().
The temporary alloca.
Definition at line 69 of file CGCall.h.
Referenced by clang::CodeGen::CallArgList::addWriteback(), and emitWriteback().