Home
last modified time | relevance | path

Searched defs:HashValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h19 typedef uptr HashValue; typedef
/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h142 uint32_t HashValue; member
/llvm-project/bolt/include/bolt/Core/
H A DDebugNames.h102 uint32_t HashValue; member
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp255 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes() local
271 uint32_t HashValue = Hash->HashValue; emitOffsets() local
323 uint32_t HashValue = HD->HashValue; emitBuckets() local
[all...]
/llvm-project/llvm/unittests/CodeGen/
H A DMachineOperandTest.cpp417 TEST(MachineOperandTest, HashValue) { in TEST() argument