LLVM API Documentation
#include <LLVMContextImpl.h>

Public Member Functions | |
| KeyTy (const Type *R, const ArrayRef< Type * > &P, bool V) | |
| KeyTy (const FunctionType *FT) | |
| bool | operator== (const KeyTy &that) const |
| bool | operator!= (const KeyTy &that) const |
Public Attributes | |
| const Type * | ReturnType |
| ArrayRef< Type * > | Params |
| bool | isVarArg |
Definition at line 145 of file LLVMContextImpl.h.
| llvm::FunctionTypeKeyInfo::KeyTy::KeyTy | ( | const Type * | R, |
| const ArrayRef< Type * > & | P, | ||
| bool | V | ||
| ) | [inline] |
Definition at line 149 of file LLVMContextImpl.h.
| llvm::FunctionTypeKeyInfo::KeyTy::KeyTy | ( | const FunctionType * | FT | ) | [inline] |
Definition at line 151 of file LLVMContextImpl.h.
Definition at line 164 of file LLVMContextImpl.h.
References operator==().
Definition at line 155 of file LLVMContextImpl.h.
References isVarArg, Params, and ReturnType.
Referenced by operator!=().
Definition at line 148 of file LLVMContextImpl.h.
Referenced by llvm::FunctionTypeKeyInfo::getHashValue(), and operator==().
Definition at line 147 of file LLVMContextImpl.h.
Referenced by llvm::FunctionTypeKeyInfo::getHashValue(), and operator==().
Definition at line 146 of file LLVMContextImpl.h.
Referenced by llvm::FunctionTypeKeyInfo::getHashValue(), and operator==().