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

#include "llvm/Linker/IRMover.h"

Collaboration diagram for llvm::IRMover::StructTypeKeyInfo::KeyTy:
Collaboration graph
[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

◆ KeyTy() [1/2]

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

Definition at line 1388 of file IRMover.cpp.

Referenced by operator!=().

◆ KeyTy() [2/2]

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

Definition at line 1391 of file IRMover.cpp.

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Definition at line 1394 of file IRMover.cpp.

References ETypes, and IsPacked.

Referenced by operator!=().

Member Data Documentation

◆ ETypes

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

Definition at line 29 of file IRMover.h.

Referenced by operator!=(), and operator==().

◆ IsPacked

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

Definition at line 30 of file IRMover.h.

Referenced by operator!=(), and operator==().


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