|
LLVM
3.7.0
|
#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 80 of file LLVMContextImpl.h.
Definition at line 83 of file LLVMContextImpl.h.
|
inline |
Definition at line 85 of file LLVMContextImpl.h.
Definition at line 94 of file LLVMContextImpl.h.
References operator==().
Definition at line 87 of file LLVMContextImpl.h.
References ETypes, and isPacked.
Referenced by operator!=().
Definition at line 81 of file LLVMContextImpl.h.
Referenced by llvm::AnonStructTypeKeyInfo::getHashValue(), and operator==().
| bool llvm::AnonStructTypeKeyInfo::KeyTy::isPacked |
Definition at line 82 of file LLVMContextImpl.h.
Referenced by llvm::AnonStructTypeKeyInfo::getHashValue(), and operator==().
1.8.6