Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDMappedHash.h28 HashStringUsingDJB (const char *s) in HashStringUsingDJB() function
44 return HashStringUsingDJB (s); in HashString()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDObjCLanguageRuntime.cpp51 m_hash_to_isa_map.insert(std::make_pair(MappedHash::HashStringUsingDJB(class_name), isa)); in AddClass()
479 const uint32_t name_hash = MappedHash::HashStringUsingDJB (name.GetCString()); in GetDescriptorIterator()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp5082 … const uint32_t qualified_name_hash = MappedHash::HashStringUsingDJB (qualified_name.c_str()); in FindDefinitionTypeForDIE()
5254 … const uint32_t qualified_name_hash = MappedHash::HashStringUsingDJB (qualified_name); in FindDefinitionTypeForDWARFDeclContext()