LLVM  3.7.0
Public Member Functions | Public Attributes | List of all members
llvm::FunctionTypeKeyInfo::KeyTy Struct Reference

#include <LLVMContextImpl.h>

Collaboration diagram for llvm::FunctionTypeKeyInfo::KeyTy:
[legend]

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 TypeReturnType
 
ArrayRef< Type * > Params
 
bool isVarArg
 

Detailed Description

Definition at line 123 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::FunctionTypeKeyInfo::KeyTy::KeyTy ( const Type R,
const ArrayRef< Type * > &  P,
bool  V 
)
inline

Definition at line 127 of file LLVMContextImpl.h.

llvm::FunctionTypeKeyInfo::KeyTy::KeyTy ( const FunctionType FT)
inline

Definition at line 129 of file LLVMContextImpl.h.

Member Function Documentation

bool llvm::FunctionTypeKeyInfo::KeyTy::operator!= ( const KeyTy that) const
inline

Definition at line 141 of file LLVMContextImpl.h.

References operator==().

bool llvm::FunctionTypeKeyInfo::KeyTy::operator== ( const KeyTy that) const
inline

Definition at line 132 of file LLVMContextImpl.h.

References isVarArg, Params, and ReturnType.

Referenced by operator!=().

Member Data Documentation

bool llvm::FunctionTypeKeyInfo::KeyTy::isVarArg

Definition at line 126 of file LLVMContextImpl.h.

Referenced by llvm::FunctionTypeKeyInfo::getHashValue(), and operator==().

ArrayRef<Type*> llvm::FunctionTypeKeyInfo::KeyTy::Params

Definition at line 125 of file LLVMContextImpl.h.

Referenced by llvm::FunctionTypeKeyInfo::getHashValue(), and operator==().

const Type* llvm::FunctionTypeKeyInfo::KeyTy::ReturnType

Definition at line 124 of file LLVMContextImpl.h.

Referenced by llvm::FunctionTypeKeyInfo::getHashValue(), and operator==().


The documentation for this struct was generated from the following file: