LLVM API Documentation
#include <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 |
Definition at line 101 of file LLVMContextImpl.h.
llvm::AnonStructTypeKeyInfo::KeyTy::KeyTy | ( | const ArrayRef< Type * > & | E, |
bool | P | ||
) | [inline] |
Definition at line 104 of file LLVMContextImpl.h.
llvm::AnonStructTypeKeyInfo::KeyTy::KeyTy | ( | const StructType * | ST | ) | [inline] |
Definition at line 106 of file LLVMContextImpl.h.
Definition at line 116 of file LLVMContextImpl.h.
References operator==().
Definition at line 109 of file LLVMContextImpl.h.
References ETypes, and isPacked.
Referenced by operator!=().
Definition at line 102 of file LLVMContextImpl.h.
Referenced by llvm::AnonStructTypeKeyInfo::getHashValue(), and operator==().
Definition at line 103 of file LLVMContextImpl.h.
Referenced by llvm::AnonStructTypeKeyInfo::getHashValue(), and operator==().