LLVM API Documentation

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) |
Definition at line 958 of file Type.cpp.
| 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] |
| bool llvm::FunctionValType::operator< | ( | const FunctionValType & | MTV | ) | const [inline] |