Searched refs:StructTypeKeyInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h26 struct StructTypeKeyInfo { struct in class:llvm::IRMover
52 DenseSet<StructType *, StructTypeKeyInfo> NonOpaqueStructTypes;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1485 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P)
1488 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST)
1491 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const {
1495 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const {
1499 StructType *IRMover::StructTypeKeyInfo::getEmptyKey() {
1503 StructType *IRMover::StructTypeKeyInfo::getTombstoneKey() {
1507 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) {
1512 unsigned IRMover::StructTypeKeyInfo::getHashValue(const StructType *ST) {
1516 bool IRMover::StructTypeKeyInfo::isEqual(const KeyTy &LHS,
1523 bool IRMover::StructTypeKeyInfo
[all...]

Completed in 57 milliseconds