LLVM 20.0.0git
|
#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 142 of file LLVMContextImpl.h.
|
inline |
Definition at line 147 of file LLVMContextImpl.h.
|
inline |
Definition at line 149 of file LLVMContextImpl.h.
Definition at line 162 of file LLVMContextImpl.h.
References operator==().
Definition at line 153 of file LLVMContextImpl.h.
References isVarArg, Params, and ReturnType.
Referenced by operator!=().
bool llvm::FunctionTypeKeyInfo::KeyTy::isVarArg |
Definition at line 145 of file LLVMContextImpl.h.
Referenced by operator==().
Definition at line 144 of file LLVMContextImpl.h.
Referenced by operator==().
Definition at line 143 of file LLVMContextImpl.h.
Referenced by operator==().