Searched refs:HashValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h184 uint32_t HashValue; member in struct:llvm::DwarfAccelTable::HashData
189 HashValue = DwarfAccelTable::HashDJB(S);
194 O << " Hash Value: " << format("0x%x", HashValue) << "\n";
H A DDwarfAccelTable.cpp46 uniques[i] = Data[i]->HashValue;
93 uint32_t bucket = Data[i]->HashValue % Header.bucket_count;
148 Asm->EmitInt32((*HI)->HashValue);
202 if (PrevHash != (*HI)->HashValue)
204 PrevHash = (*HI)->HashValue;
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h51 unsigned HashValue; member in class:llvm::SDVTListNode
55 HashValue = ID.ComputeHash();
71 if (X.HashValue != IDHash)
76 return X.HashValue;

Completed in 50 milliseconds