LLVM API Documentation

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 958 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 963 of file Type.cpp.

Referenced by get().


Member Function Documentation

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

Definition at line 995 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 971 of file Type.cpp.

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

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

Definition at line 976 of file Type.cpp.

References RetTy.

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

Definition at line 982 of file Type.cpp.

References ArgTypes, isVarArg, RetTy, and RetTy.


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