Home
last modified time | relevance | path

Searched refs:ExpectedHash (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp42 static const uint32_t ExpectedHash = 0xe1677acb; variable
46 if (Size == 10 && ExpectedHash == simple_hash(Data, Size)) in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DMemProfTest.cpp102 const uint64_t ExpectedHash = llvm::Function::getGUID(FunctionName); variable
103 if (F.Function != ExpectedHash) {