|
LLVM
3.7.0
|
#include <Linker.h>
Classes | |
| struct | KeyTy |
Static Public Member Functions | |
| static StructType * | getEmptyKey () |
| static StructType * | getTombstoneKey () |
| static unsigned | getHashValue (const KeyTy &Key) |
| static unsigned | getHashValue (const StructType *ST) |
| static bool | isEqual (const KeyTy &LHS, const StructType *RHS) |
| static bool | isEqual (const StructType *LHS, const StructType *RHS) |
Definition at line 29 of file Linker/Linker.h.
|
static |
Definition at line 1658 of file LinkModules.cpp.
Referenced by isEqual().
Definition at line 1666 of file LinkModules.cpp.
References llvm::Linker::StructTypeKeyInfo::KeyTy::ETypes, llvm::hash_combine(), llvm::hash_combine_range(), and llvm::Linker::StructTypeKeyInfo::KeyTy::IsPacked.
Referenced by getHashValue().
|
static |
Definition at line 1671 of file LinkModules.cpp.
References getHashValue().
|
static |
Definition at line 1662 of file LinkModules.cpp.
Referenced by isEqual().
|
static |
Definition at line 1675 of file LinkModules.cpp.
References getEmptyKey(), and getTombstoneKey().
|
static |
Definition at line 1682 of file LinkModules.cpp.
References getEmptyKey(), and getTombstoneKey().
1.8.6