clang 17.0.0git
Public Attributes | List of all members
clang::CodeGen::CallArgList::Writeback Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCall.h"

Collaboration diagram for clang::CodeGen::CallArgList::Writeback:
Collaboration graph
[legend]

Public Attributes

LValue Source
 The original argument.
 
Address Temporary
 The temporary alloca.
 
llvm::Value * ToUse
 A value to "use" after the writeback, or null.
 

Detailed Description

Definition at line 263 of file CGCall.h.

Member Data Documentation

◆ Source

LValue clang::CodeGen::CallArgList::Writeback::Source

The original argument.

Note that the argument l-value is potentially null.

Definition at line 266 of file CGCall.h.

Referenced by emitWriteback().

◆ Temporary

Address clang::CodeGen::CallArgList::Writeback::Temporary

The temporary alloca.

Definition at line 269 of file CGCall.h.

Referenced by emitWriteback().

◆ ToUse

llvm::Value* clang::CodeGen::CallArgList::Writeback::ToUse

A value to "use" after the writeback, or null.

Definition at line 272 of file CGCall.h.

Referenced by emitWriteback().


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