LLVM 22.0.0git
llvm::AnonStructTypeKeyInfo::KeyTy Struct Reference

#include "IR/LLVMContextImpl.h"

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

Constructor & Destructor Documentation

◆ KeyTy() [1/2]

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

Definition at line 98 of file LLVMContextImpl.h.

References E(), ETypes, isPacked, and P.

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

◆ KeyTy() [2/2]

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

Definition at line 100 of file LLVMContextImpl.h.

References ETypes, and isPacked.

Member Function Documentation

◆ operator!=()

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

Definition at line 110 of file LLVMContextImpl.h.

References KeyTy(), and operator==().

◆ operator==()

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

Definition at line 103 of file LLVMContextImpl.h.

References ETypes, isPacked, and KeyTy().

Referenced by operator!=().

Member Data Documentation

◆ ETypes

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

Definition at line 95 of file LLVMContextImpl.h.

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

◆ isPacked

bool llvm::AnonStructTypeKeyInfo::KeyTy::isPacked

Definition at line 96 of file LLVMContextImpl.h.

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


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