LLVM 22.0.0git
|
#include "llvm/Linker/IRMover.h"
Public Member Functions | |
LLVM_ABI | KeyTy (ArrayRef< Type * > E, bool P) |
LLVM_ABI | KeyTy (const StructType *ST) |
LLVM_ABI bool | operator== (const KeyTy &that) const |
LLVM_ABI bool | operator!= (const KeyTy &that) const |
Public Attributes | |
ArrayRef< Type * > | ETypes |
bool | IsPacked |
Definition at line 1588 of file IRMover.cpp.
References ETypes, IsPacked, and P.
Referenced by operator!=(), and operator==().
IRMover::StructTypeKeyInfo::KeyTy::KeyTy | ( | const StructType * | ST | ) |
Definition at line 1591 of file IRMover.cpp.
Definition at line 1598 of file IRMover.cpp.
References KeyTy(), and llvm::operator==().
Definition at line 1594 of file IRMover.cpp.
Definition at line 34 of file IRMover.h.
Referenced by KeyTy(), KeyTy(), and operator==().
bool llvm::IRMover::StructTypeKeyInfo::KeyTy::IsPacked |
Definition at line 35 of file IRMover.h.
Referenced by KeyTy(), KeyTy(), and operator==().