LLVM
8.0.1
|
#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 |
Definition at line 1388 of file IRMover.cpp.
Referenced by operator!=().
IRMover::StructTypeKeyInfo::KeyTy::KeyTy | ( | const StructType * | ST | ) |
Definition at line 1391 of file IRMover.cpp.
Definition at line 1398 of file IRMover.cpp.
References ETypes, llvm::hash_combine(), llvm::hash_combine_range(), isEqual(), IsPacked, KeyTy(), operator==(), and llvm::ARM_MB::ST.
Definition at line 1394 of file IRMover.cpp.
References ETypes, and IsPacked.
Referenced by operator!=().
Definition at line 29 of file IRMover.h.
Referenced by operator!=(), and operator==().
bool llvm::IRMover::StructTypeKeyInfo::KeyTy::IsPacked |
Definition at line 30 of file IRMover.h.
Referenced by operator!=(), and operator==().