Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp55 if (BinaryData *RelBD = BC.getBinaryDataByName(Rel.Symbol->getName())) in hash() local
56 Hash = hash_combine(Hash, hash(*RelBD, Cache)); in hash()