LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::AnonStructTypeKeyInfo::KeyTy Struct Reference

#include <LLVMContextImpl.h>

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

Public Member Functions

 KeyTy (const ArrayRef< Type * > &E, bool P)
 
 KeyTy (const StructType *ST)
 
bool operator== (const KeyTy &that) const
 
bool operator!= (const KeyTy &that) const
 

Public Attributes

ArrayRef< Type * > ETypes
 
bool isPacked
 

Detailed Description

Definition at line 83 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::AnonStructTypeKeyInfo::KeyTy::KeyTy ( const ArrayRef< Type * > &  E,
bool  P 
)
inline

Definition at line 86 of file LLVMContextImpl.h.

llvm::AnonStructTypeKeyInfo::KeyTy::KeyTy ( const StructType ST)
inline

Definition at line 88 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 97 of file LLVMContextImpl.h.

References operator==().

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

Definition at line 90 of file LLVMContextImpl.h.

References ETypes, and isPacked.

Referenced by operator!=().

Member Data Documentation

ArrayRef<Type*> llvm::AnonStructTypeKeyInfo::KeyTy::ETypes

Definition at line 84 of file LLVMContextImpl.h.

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

bool llvm::AnonStructTypeKeyInfo::KeyTy::isPacked

Definition at line 85 of file LLVMContextImpl.h.

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


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