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

#include <IRMover.h>

Collaboration diagram for llvm::IRMover::StructTypeKeyInfo::KeyTy:
[legend]

Public Member Functions

 KeyTy (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 28 of file IRMover.h.

Constructor & Destructor Documentation

IRMover::StructTypeKeyInfo::KeyTy::KeyTy ( ArrayRef< Type * >  E,
bool  P 
)

Definition at line 1341 of file IRMover.cpp.

IRMover::StructTypeKeyInfo::KeyTy::KeyTy ( const StructType ST)

Definition at line 1344 of file IRMover.cpp.

Member Function Documentation

bool IRMover::StructTypeKeyInfo::KeyTy::operator!= ( const KeyTy that) const

Definition at line 1351 of file IRMover.cpp.

References llvm::operator==().

bool IRMover::StructTypeKeyInfo::KeyTy::operator== ( const KeyTy that) const

Definition at line 1347 of file IRMover.cpp.

References ETypes, and IsPacked.

Member Data Documentation

ArrayRef<Type *> llvm::IRMover::StructTypeKeyInfo::KeyTy::ETypes

Definition at line 29 of file IRMover.h.

Referenced by operator==().

bool llvm::IRMover::StructTypeKeyInfo::KeyTy::IsPacked

Definition at line 30 of file IRMover.h.

Referenced by operator==().


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