|
LLVM
8.0.1
|
#include "IR/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 150 of file LLVMContextImpl.h.
|
inline |
Definition at line 155 of file LLVMContextImpl.h.
|
inline |
Definition at line 157 of file LLVMContextImpl.h.
Definition at line 170 of file LLVMContextImpl.h.
References llvm::operator==().
Definition at line 161 of file LLVMContextImpl.h.
References isVarArg, Params, and ReturnType.
| bool llvm::FunctionTypeKeyInfo::KeyTy::isVarArg |
Definition at line 153 of file LLVMContextImpl.h.
Referenced by llvm::FunctionTypeKeyInfo::getHashValue(), and operator==().
Definition at line 152 of file LLVMContextImpl.h.
Referenced by llvm::FunctionTypeKeyInfo::getHashValue(), and operator==().
Definition at line 151 of file LLVMContextImpl.h.
Referenced by llvm::FunctionTypeKeyInfo::getHashValue(), and operator==().
1.8.13