Searched defs:HashString (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DStringExtras.h136 /// HashString - Hash function for strings.
143 static inline unsigned HashString(StringRef Str, unsigned Result = 0) { function in namespace:llvm
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc52 // - Instructions ending in "hash" will write their 'HashString' arguments
61 jtl::STORE_HASH, Arguments(String, HashString)));
136 case HashString: {
161 HashString enumerator in enum:__anon6002::InstructionSet::ArgumentType
/external/lldb/include/lldb/Core/
H A DMappedHash.h39 HashString (uint32_t hash_function, const char *s) function in class:MappedHash
213 entry.hash = MappedHash::HashString (eHashFunctionDJB, cstr);
436 const uint32_t hash_value = MappedHash::HashString (m_header.hash_function, name);

Completed in 193 milliseconds