clang 20.0.0git
|
This is the complete list of members for clang::CodeGen::ReturnValueSlot, including all inherited members.
getAddress() const | clang::CodeGen::ReturnValueSlot | inline |
getValue() const | clang::CodeGen::ReturnValueSlot | inline |
isExternallyDestructed() const | clang::CodeGen::ReturnValueSlot | inline |
isNull() const | clang::CodeGen::ReturnValueSlot | inline |
isUnused() const | clang::CodeGen::ReturnValueSlot | inline |
isVolatile() const | clang::CodeGen::ReturnValueSlot | inline |
ReturnValueSlot() | clang::CodeGen::ReturnValueSlot | inline |
ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused=false, bool IsExternallyDestructed=false) | clang::CodeGen::ReturnValueSlot | inline |