clang 19.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"

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 262 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 265 of file CGCall.h.

Referenced by emitWriteback().

◆ Temporary

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

The temporary alloca.

Definition at line 268 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 271 of file CGCall.h.

Referenced by emitWriteback().


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