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

#include <Linker.h>

Collaboration diagram for llvm::Linker::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 30 of file Linker/Linker.h.

Constructor & Destructor Documentation

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

Definition at line 1640 of file LinkModules.cpp.

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

Definition at line 1643 of file LinkModules.cpp.

Member Function Documentation

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

Definition at line 1654 of file LinkModules.cpp.

References llvm::operator==().

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

Definition at line 1646 of file LinkModules.cpp.

References ETypes, and IsPacked.

Member Data Documentation

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

Definition at line 31 of file Linker/Linker.h.

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

bool llvm::Linker::StructTypeKeyInfo::KeyTy::IsPacked

Definition at line 32 of file Linker/Linker.h.

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


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