clang API Documentation

Public Member Functions
clang::CodeGen::ReturnValueSlot Class Reference

#include <CGCall.h>

List of all members.

Public Member Functions

 ReturnValueSlot ()
 ReturnValueSlot (llvm::Value *Value, bool IsVolatile)
bool isNull () const
bool isVolatile () const
llvm::ValuegetValue () const

Detailed Description

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


Constructor & Destructor Documentation

Definition at line 161 of file CGCall.h.

clang::CodeGen::ReturnValueSlot::ReturnValueSlot ( llvm::Value Value,
bool  IsVolatile 
) [inline]

Definition at line 162 of file CGCall.h.


Member Function Documentation

Definition at line 168 of file CGCall.h.

Referenced by clang::CodeGen::CodeGenFunction::EmitCall(), and isNull().

Definition at line 167 of file CGCall.h.

Referenced by clang::CodeGen::CodeGenFunction::EmitCall().


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