LLVM API Documentation

Public Member Functions | Public Attributes
llvm::AnonStructTypeKeyInfo::KeyTy Struct Reference

#include <LLVMContextImpl.h>

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

List of all members.

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 101 of file LLVMContextImpl.h.


Constructor & Destructor Documentation

Definition at line 104 of file LLVMContextImpl.h.

Definition at line 106 of file LLVMContextImpl.h.


Member Function Documentation

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

Definition at line 116 of file LLVMContextImpl.h.

References operator==().

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

Definition at line 109 of file LLVMContextImpl.h.

References ETypes, and isPacked.

Referenced by operator!=().


Member Data Documentation

Definition at line 102 of file LLVMContextImpl.h.

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

Definition at line 103 of file LLVMContextImpl.h.

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


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