clang  3.9.0
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
clang::CodeGen::CGFunctionInfo Class Referencefinal

CGFunctionInfo - Class to encapsulate the information about a function definition. More...

#include <CGFunctionInfo.h>

Inheritance diagram for clang::CodeGen::CGFunctionInfo:
[legend]
Collaboration diagram for clang::CodeGen::CGFunctionInfo:
[legend]

Public Types

typedef const ArgInfoconst_arg_iterator
 
typedef ArgInfoarg_iterator
 
typedef llvm::iterator_range
< arg_iterator
arg_range
 
typedef llvm::iterator_range
< const_arg_iterator
arg_const_range
 

Public Member Functions

void operator delete (void *p)
 
size_t numTrailingObjects (OverloadToken< ArgInfo >) const
 
size_t numTrailingObjects (OverloadToken< ExtParameterInfo >) const
 
arg_range arguments ()
 
arg_const_range arguments () const
 
const_arg_iterator arg_begin () const
 
const_arg_iterator arg_end () const
 
arg_iterator arg_begin ()
 
arg_iterator arg_end ()
 
unsigned arg_size () const
 
bool isVariadic () const
 
RequiredArgs getRequiredArgs () const
 
unsigned getNumRequiredArgs () const
 
bool isInstanceMethod () const
 
bool isChainCall () const
 
bool isNoReturn () const
 
bool isReturnsRetained () const
 In ARC, whether this function retains its return value. More...
 
CallingConv getASTCallingConvention () const
 getASTCallingConvention() - Return the AST-specified calling convention. More...
 
unsigned getCallingConvention () const
 getCallingConvention - Return the user specified calling convention, which has been translated into an LLVM CC. More...
 
unsigned getEffectiveCallingConvention () const
 getEffectiveCallingConvention - Return the actual calling convention to use, which may depend on the ABI. More...
 
void setEffectiveCallingConvention (unsigned Value)
 
bool getHasRegParm () const
 
unsigned getRegParm () const
 
FunctionType::ExtInfo getExtInfo () const
 
CanQualType getReturnType () const
 
ABIArgInfogetReturnInfo ()
 
const ABIArgInfogetReturnInfo () const
 
ArrayRef< ExtParameterInfogetExtParameterInfos () const
 
ExtParameterInfo getExtParameterInfo (unsigned argIndex) const
 
bool usesInAlloca () const
 Return true if this function uses inalloca arguments. More...
 
llvm::StructType * getArgStruct () const
 Get the struct type used to represent all the arguments in memory. More...
 
CharUnits getArgStructAlignment () const
 
void setArgStruct (llvm::StructType *Ty, CharUnits Align)
 
void Profile (llvm::FoldingSetNodeID &ID)
 

Static Public Member Functions

static CGFunctionInfocreate (unsigned llvmCC, bool instanceMethod, bool chainCall, const FunctionType::ExtInfo &extInfo, ArrayRef< ExtParameterInfo > paramInfos, CanQualType resultType, ArrayRef< CanQualType > argTypes, RequiredArgs required)
 
static void Profile (llvm::FoldingSetNodeID &ID, bool InstanceMethod, bool ChainCall, const FunctionType::ExtInfo &info, ArrayRef< ExtParameterInfo > paramInfos, RequiredArgs required, CanQualType resultType, ArrayRef< CanQualType > argTypes)
 

Friends

class TrailingObjects
 

Detailed Description

CGFunctionInfo - Class to encapsulate the information about a function definition.

Definition at line 448 of file CGFunctionInfo.h.

Member Typedef Documentation

Definition at line 533 of file CGFunctionInfo.h.

Definition at line 530 of file CGFunctionInfo.h.

Definition at line 532 of file CGFunctionInfo.h.

Definition at line 529 of file CGFunctionInfo.h.

Member Function Documentation

const_arg_iterator clang::CodeGen::CGFunctionInfo::arg_begin ( ) const
inline
arg_iterator clang::CodeGen::CGFunctionInfo::arg_begin ( )
inline

Definition at line 542 of file CGFunctionInfo.h.

const_arg_iterator clang::CodeGen::CGFunctionInfo::arg_end ( ) const
inline

Definition at line 541 of file CGFunctionInfo.h.

References clang::NumArgs.

Referenced by arguments(), and clang::CodeGen::CodeGenModule::ConstructAttributeList().

arg_iterator clang::CodeGen::CGFunctionInfo::arg_end ( )
inline

Definition at line 543 of file CGFunctionInfo.h.

References clang::NumArgs.

unsigned clang::CodeGen::CGFunctionInfo::arg_size ( ) const
inline
arg_range clang::CodeGen::CGFunctionInfo::arguments ( )
inline

Definition at line 535 of file CGFunctionInfo.h.

References arg_begin(), and arg_end().

Referenced by Profile().

arg_const_range clang::CodeGen::CGFunctionInfo::arguments ( ) const
inline

Definition at line 536 of file CGFunctionInfo.h.

References arg_begin(), and arg_end().

CGFunctionInfo * CGFunctionInfo::create ( unsigned  llvmCC,
bool  instanceMethod,
bool  chainCall,
const FunctionType::ExtInfo extInfo,
ArrayRef< ExtParameterInfo paramInfos,
CanQualType  resultType,
ArrayRef< CanQualType argTypes,
RequiredArgs  required 
)
static
llvm::StructType* clang::CodeGen::CGFunctionInfo::getArgStruct ( ) const
inline

Get the struct type used to represent all the arguments in memory.

Definition at line 611 of file CGFunctionInfo.h.

Referenced by clang::CodeGen::CodeGenFunction::EmitCall(), clang::CodeGen::CodeGenFunction::EmitFunctionProlog(), and clang::CodeGen::CodeGenTypes::GetFunctionType().

CharUnits clang::CodeGen::CGFunctionInfo::getArgStructAlignment ( ) const
inline
CallingConv clang::CodeGen::CGFunctionInfo::getASTCallingConvention ( ) const
inline

getASTCallingConvention() - Return the AST-specified calling convention.

Definition at line 565 of file CGFunctionInfo.h.

Referenced by getExtInfo(), and Profile().

unsigned clang::CodeGen::CGFunctionInfo::getCallingConvention ( ) const
inline

getCallingConvention - Return the user specified calling convention, which has been translated into an LLVM CC.

Definition at line 571 of file CGFunctionInfo.h.

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

unsigned clang::CodeGen::CGFunctionInfo::getEffectiveCallingConvention ( ) const
inline

getEffectiveCallingConvention - Return the actual calling convention to use, which may depend on the ABI.

Definition at line 575 of file CGFunctionInfo.h.

Referenced by clang::CodeGen::CodeGenModule::ConstructAttributeList().

FunctionType::ExtInfo clang::CodeGen::CGFunctionInfo::getExtInfo ( ) const
inline
ExtParameterInfo clang::CodeGen::CGFunctionInfo::getExtParameterInfo ( unsigned  argIndex) const
inline
ArrayRef<ExtParameterInfo> clang::CodeGen::CGFunctionInfo::getExtParameterInfos ( ) const
inline
bool clang::CodeGen::CGFunctionInfo::getHasRegParm ( ) const
inline

Definition at line 582 of file CGFunctionInfo.h.

Referenced by getExtInfo().

unsigned clang::CodeGen::CGFunctionInfo::getNumRequiredArgs ( ) const
inline
unsigned clang::CodeGen::CGFunctionInfo::getRegParm ( ) const
inline
RequiredArgs clang::CodeGen::CGFunctionInfo::getRequiredArgs ( ) const
inline
ABIArgInfo& clang::CodeGen::CGFunctionInfo::getReturnInfo ( )
inline
const ABIArgInfo& clang::CodeGen::CGFunctionInfo::getReturnInfo ( ) const
inline

Definition at line 595 of file CGFunctionInfo.h.

References clang::CodeGen::CGFunctionInfoArgInfo::info.

CanQualType clang::CodeGen::CGFunctionInfo::getReturnType ( ) const
inline
bool clang::CodeGen::CGFunctionInfo::isChainCall ( ) const
inline
bool clang::CodeGen::CGFunctionInfo::isInstanceMethod ( ) const
inline

Definition at line 553 of file CGFunctionInfo.h.

Referenced by clang::CodeGen::CodeGenTypes::arrangeCall().

bool clang::CodeGen::CGFunctionInfo::isNoReturn ( ) const
inline
bool clang::CodeGen::CGFunctionInfo::isReturnsRetained ( ) const
inline

In ARC, whether this function retains its return value.

This is not always reliable for call sites.

Definition at line 561 of file CGFunctionInfo.h.

Referenced by clang::CodeGen::CodeGenFunction::EmitFunctionEpilog(), getExtInfo(), and clang::CodeGen::CodeGenFunction::StartFunction().

bool clang::CodeGen::CGFunctionInfo::isVariadic ( ) const
inline
size_t clang::CodeGen::CGFunctionInfo::numTrailingObjects ( OverloadToken< ArgInfo ) const
inline

Definition at line 522 of file CGFunctionInfo.h.

References clang::NumArgs.

size_t clang::CodeGen::CGFunctionInfo::numTrailingObjects ( OverloadToken< ExtParameterInfo ) const
inline

Definition at line 525 of file CGFunctionInfo.h.

References clang::NumArgs.

void clang::CodeGen::CGFunctionInfo::operator delete ( void *  p)
inline

Definition at line 517 of file CGFunctionInfo.h.

void clang::CodeGen::CGFunctionInfo::Profile ( llvm::FoldingSetNodeID &  ID)
inline
static void clang::CodeGen::CGFunctionInfo::Profile ( llvm::FoldingSetNodeID &  ID,
bool  InstanceMethod,
bool  ChainCall,
const FunctionType::ExtInfo info,
ArrayRef< ExtParameterInfo paramInfos,
RequiredArgs  required,
CanQualType  resultType,
ArrayRef< CanQualType argTypes 
)
inlinestatic
void clang::CodeGen::CGFunctionInfo::setArgStruct ( llvm::StructType *  Ty,
CharUnits  Align 
)
inline

Definition at line 615 of file CGFunctionInfo.h.

References clang::CharUnits::getQuantity().

void clang::CodeGen::CGFunctionInfo::setEffectiveCallingConvention ( unsigned  Value)
inline

Definition at line 578 of file CGFunctionInfo.h.

bool clang::CodeGen::CGFunctionInfo::usesInAlloca ( ) const
inline

Return true if this function uses inalloca arguments.

Definition at line 608 of file CGFunctionInfo.h.

Referenced by canEmitDelegateCallArgs(), and clang::CodeGen::CodeGenFunction::EmitCallAndReturnForThunk().

Friends And Related Function Documentation

friend class TrailingObjects
friend

Definition at line 521 of file CGFunctionInfo.h.


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