|
LLVM
3.7.0
|
#include <Linker.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 30 of file Linker/Linker.h.
Definition at line 1640 of file LinkModules.cpp.
| Linker::StructTypeKeyInfo::KeyTy::KeyTy | ( | const StructType * | ST | ) |
Definition at line 1643 of file LinkModules.cpp.
Definition at line 1654 of file LinkModules.cpp.
References llvm::operator==().
Definition at line 1646 of file LinkModules.cpp.
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==().
1.8.6