LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::FunctionValType Class Reference

Collaboration diagram for llvm::FunctionValType:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FunctionValType (const Type *ret, const std::vector< const Type * > &args, bool IVA)
void doRefinement (const DerivedType *OldType, const Type *NewType)
bool operator< (const FunctionValType &MTV) const

Static Public Member Functions

static FunctionValType get (const FunctionType *FT)
static unsigned hashTypeStructure (const FunctionType *FT)

Detailed Description

Definition at line 828 of file Type.cpp.


Constructor & Destructor Documentation

llvm::FunctionValType::FunctionValType const Type ret,
const std::vector< const Type * > &  args,
bool  IVA
[inline]
 

Definition at line 833 of file Type.cpp.

Referenced by get().


Member Function Documentation

void llvm::FunctionValType::doRefinement const DerivedType OldType,
const Type NewType
[inline]
 

Definition at line 846 of file Type.cpp.

FunctionValType FunctionValType::get const FunctionType FT  )  [static]
 

Definition at line 865 of file Type.cpp.

References FunctionValType(), llvm::FunctionType::getNumParams(), llvm::FunctionType::getParamType(), llvm::FunctionType::getReturnType(), and llvm::FunctionType::isVarArg().

static unsigned llvm::FunctionValType::hashTypeStructure const FunctionType FT  )  [inline, static]
 

Definition at line 841 of file Type.cpp.

References llvm::FunctionType::getNumParams(), and llvm::FunctionType::isVarArg().

bool llvm::FunctionValType::operator< const FunctionValType MTV  )  const [inline]
 

Definition at line 852 of file Type.cpp.

References ArgTypes, isVarArg, and RetTy.


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