clang 20.0.0git
|
CallArgList - Type for representing both the value and type of arguments in a call. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCall.h"
Classes | |
struct | CallArgCleanup |
struct | Writeback |
Public Types | |
typedef llvm::iterator_range< SmallVectorImpl< Writeback >::const_iterator > | writeback_const_range |
Public Member Functions | |
CallArgList ()=default | |
void | add (RValue rvalue, QualType type) |
void | addUncopiedAggregate (LValue LV, QualType type) |
void | addFrom (const CallArgList &other) |
Add all the arguments from another CallArgList to this one. | |
void | addWriteback (LValue srcLV, Address temporary, llvm::Value *toUse, const Expr *writebackExpr=nullptr, llvm::Value *lifetimeSz=nullptr) |
bool | hasWritebacks () const |
writeback_const_range | writebacks () const |
void | addArgCleanupDeactivation (EHScopeStack::stable_iterator Cleanup, llvm::Instruction *IsActiveIP) |
ArrayRef< CallArgCleanup > | getCleanupsToDeactivate () const |
void | allocateArgumentMemory (CodeGenFunction &CGF) |
llvm::Instruction * | getStackBase () const |
void | freeArgumentMemory (CodeGenFunction &CGF) const |
bool | isUsingInAlloca () const |
Returns if we're using an inalloca struct to pass arguments in memory. | |
void | reverseWritebacks () |
CallArgList - Type for representing both the value and type of arguments in a call.
typedef llvm::iterator_range<SmallVectorImpl<Writeback>::const_iterator> clang::CodeGen::CallArgList::writeback_const_range |
|
default |
Definition at line 305 of file CGCall.h.
References clang::ast_matchers::type.
Referenced by clang::CodeGen::CGCXXABI::addImplicitConstructorArgs(), commonEmitCXXMemberOrOperatorCall(), emitCPPObjectAtomicGetterCall(), emitCPPObjectAtomicSetterCall(), emitStructGetterCall(), emitStructSetterCall(), and emitWritebackArg().
|
inline |
Definition at line 342 of file CGCall.h.
References clang::CodeGen::CallArgList::CallArgCleanup::Cleanup, and clang::CodeGen::CallArgList::CallArgCleanup::IsActiveIP.
|
inline |
Add all the arguments from another CallArgList to this one.
After doing this, the old CallArgList retains its list of arguments, but must not be used to emit a call.
Definition at line 314 of file CGCall.h.
Referenced by commonEmitCXXMemberOrOperatorCall().
Definition at line 307 of file CGCall.h.
References clang::ast_matchers::type.
|
inline |
Definition at line 326 of file CGCall.h.
Referenced by emitWritebackArg().
void CallArgList::allocateArgumentMemory | ( | CodeGenFunction & | CGF | ) |
Definition at line 4378 of file CGCall.cpp.
References clang::CodeGen::CodeGenFunction::Builder.
void CallArgList::freeArgumentMemory | ( | CodeGenFunction & | CGF | ) | const |
Definition at line 4385 of file CGCall.cpp.
References clang::CodeGen::CodeGenFunction::Builder.
|
inline |
Definition at line 350 of file CGCall.h.
Referenced by deactivateArgCleanupsBeforeCall().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 363 of file CGCall.h.
Referenced by handleHlslSplitdouble().
|
inline |