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

#include "llvm/Linker/IRMover.h"

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 1697 of file IRMover.cpp.

◆ KeyTy() [2/2]

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

Definition at line 1700 of file IRMover.cpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 1707 of file IRMover.cpp.

References llvm::operator==().

◆ operator==()

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

Definition at line 1703 of file IRMover.cpp.

References ETypes, and IsPacked.

Member Data Documentation

◆ ETypes

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

Definition at line 29 of file IRMover.h.

Referenced by operator==().

◆ IsPacked

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: