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 isVA)
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 1063 of file Type.cpp.


Constructor & Destructor Documentation

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

Definition at line 1068 of file Type.cpp.

Referenced by get().


Member Function Documentation

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

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

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

Definition at line 1078 of file Type.cpp.

References ArgTypes, isVarArg, RetTy, and llvm::RetTy.


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.