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 828 of file Type.cpp.
|
||||||||||||||||
|
Definition at line 833 of file Type.cpp. Referenced by get(). |
|
||||||||||||
|
|
|
|
Definition at line 865 of file Type.cpp. References FunctionValType(), llvm::FunctionType::getNumParams(), llvm::FunctionType::getParamType(), llvm::FunctionType::getReturnType(), and llvm::FunctionType::isVarArg(). |
|
|
Definition at line 841 of file Type.cpp. References llvm::FunctionType::getNumParams(), and llvm::FunctionType::isVarArg(). |
|
|
|