clang 22.0.0git
|
Contains the address where the return value of a function can be stored, and whether the address is volatile or not. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenCall.h"
Public Member Functions | |
ReturnValueSlot ()=default | |
ReturnValueSlot (Address addr) | |
Address | getValue () const |
Contains the address where the return value of a function can be stored, and whether the address is volatile or not.
Definition at line 252 of file CIRGenCall.h.
|
default |
|
inline |
Definition at line 257 of file CIRGenCall.h.
|
inline |
Definition at line 259 of file CIRGenCall.h.
Referenced by clang::CIRGen::CIRGenFunction::emitCall().