LLVM API Documentation

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) |
Definition at line 1063 of file Type.cpp.
| FunctionValType FunctionValType::get | ( | const FunctionType * | FT | ) | [static] |
Definition at line 1093 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 1073 of file Type.cpp.
References llvm::FunctionType::getNumParams(), and llvm::FunctionType::isVarArg().
| bool llvm::FunctionValType::operator< | ( | const FunctionValType & | MTV | ) | const [inline] |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.