ReturnValueSlot - 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/CodeGen/CGCall.h"
ReturnValueSlot - Contains the address where the return value of a function can be stored, and whether the address is volatile or not.
Definition at line 372 of file CGCall.h.
◆ ReturnValueSlot() [1/2]
clang::CodeGen::ReturnValueSlot::ReturnValueSlot |
( |
| ) |
|
|
inline |
◆ ReturnValueSlot() [2/2]
◆ getAddress()
Address clang::CodeGen::ReturnValueSlot::getAddress |
( |
| ) |
const |
|
inline |
◆ getValue()
Address clang::CodeGen::ReturnValueSlot::getValue |
( |
| ) |
const |
|
inline |
◆ isExternallyDestructed()
bool clang::CodeGen::ReturnValueSlot::isExternallyDestructed |
( |
| ) |
const |
|
inline |
◆ isNull()
bool clang::CodeGen::ReturnValueSlot::isNull |
( |
| ) |
const |
|
inline |
◆ isUnused()
bool clang::CodeGen::ReturnValueSlot::isUnused |
( |
| ) |
const |
|
inline |
◆ isVolatile()
bool clang::CodeGen::ReturnValueSlot::isVolatile |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: