Searched defs:HashValue (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h20 typedef uptr HashValue; typedef in namespace:__ubsan
52 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
66 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp48 uniques[i] = Data[i]->HashValue;
97 uint32_t bucket = Data[i]->HashValue % Header.bucket_count;
108 return LHS->HashValue < RHS->HashValue;
153 uint32_t HashValue = HD->HashValue; local
154 if (PrevHash != HashValue)
156 PrevHash = HashValue;
169 uint32_t HashValue = (*HI)->HashValue; local
189 uint32_t HashValue = (*HI)->HashValue; local
[all...]
H A DDwarfAccelTable.h190 uint32_t HashValue; member in struct:llvm::DwarfAccelTable::HashData
195 HashValue = DwarfAccelTable::HashDJB(S);
200 O << " Hash Value: " << format("0x%x", HashValue) << "\n";
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h55 unsigned HashValue; member in class:llvm::SDVTListNode
59 HashValue = ID.ComputeHash();
75 if (X.HashValue != IDHash)
80 return X.HashValue;

Completed in 1351 milliseconds