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

#include "IR/LLVMContextImpl.h"

Collaboration diagram for llvm::FunctionTypeKeyInfo::KeyTy:
Collaboration graph
[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 150 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ KeyTy() [1/2]

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

Definition at line 155 of file LLVMContextImpl.h.

◆ KeyTy() [2/2]

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

Definition at line 157 of file LLVMContextImpl.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 170 of file LLVMContextImpl.h.

References llvm::operator==().

◆ operator==()

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

Definition at line 161 of file LLVMContextImpl.h.

References isVarArg, Params, and ReturnType.

Member Data Documentation

◆ isVarArg

bool llvm::FunctionTypeKeyInfo::KeyTy::isVarArg

Definition at line 153 of file LLVMContextImpl.h.

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

◆ Params

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

Definition at line 152 of file LLVMContextImpl.h.

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

◆ ReturnType

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

Definition at line 151 of file LLVMContextImpl.h.

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


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