Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h19 typedef uptr HashValue; typedef
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp250 uint32_t HashValue = Hash->HashValue; in emitHashes() local
266 uint32_t HashValue = Hash->HashValue; in emitOffsets() local
318 uint32_t HashValue = HD->HashValue; in emitBuckets() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAccelTable.h141 uint32_t HashValue; member
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMachineOperandTest.cpp403 TEST(MachineOperandTest, HashValue) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp333 unsigned HashValue = djbHash(Key); in equal_range() local
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DOptionalTest.cpp795 TEST(OptionalTest, HashValue) { in TEST() argument