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

llvm::ValueAddress
 The original argument.
QualType AddressType
 The pointee type of the original argument.
llvm::ValueTemporary
 The temporary alloca.

Detailed Description

Definition at line 61 of file CGCall.h.


Member Data Documentation

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


The documentation for this struct was generated from the following file: