Searched refs:HashValue (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.cpp | 48 uniques[i] = Data[i]->HashValue; in ComputeBucketCount() 97 uint32_t bucket = Data[i]->HashValue % Header.bucket_count; in FinalizeTable() 108 return LHS->HashValue < RHS->HashValue; in FinalizeTable() 153 uint32_t HashValue = HD->HashValue; in EmitBuckets() local 154 if (PrevHash != HashValue) in EmitBuckets() 156 PrevHash = HashValue; in EmitBuckets() 169 uint32_t HashValue = (*HI)->HashValue; in EmitHashes() local 170 if (PrevHash == HashValue) in EmitHashes() 173 Asm->EmitInt32(HashValue); in EmitHashes() 174 PrevHash = HashValue; in EmitHashes() [all …]
|
D | DwarfAccelTable.h | 190 uint32_t HashValue; member 195 HashValue = DwarfAccelTable::HashDJB(S); in HashData() 200 O << " Hash Value: " << format("0x%x", HashValue) << "\n"; in print()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash.h | 20 typedef uptr HashValue; typedef 52 bool checkDynamicType(void *Object, void *Type, HashValue Hash); 62 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
|
D | ubsan_type_hash_itanium.cc | 95 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) { in getTypeCacheHashTableBucket() 97 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize]; in getTypeCacheHashTableBucket() 207 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() 212 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType()
|
D | ubsan_type_hash.cc | 26 __ubsan::HashValue
|
D | ubsan_type_hash_win.cc | 41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | codegen_unittest.cc | 42 HashValue(&ctx, code); in Hash() 43 HashValue(&ctx, k); in Hash() 44 HashValue(&ctx, jt); in Hash() 45 HashValue(&ctx, jf); in Hash() 61 void HashValue(base::MD5Context* ctx, const T& value) { in HashValue() function in sandbox::__anon7ec0eee30111::Hash
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 54 unsigned HashValue; 58 HashValue = ID.ComputeHash(); 74 if (X.HashValue != IDHash) 79 return X.HashValue;
|