Searched refs:MappedHash (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h2 // MappedHash.h
17 class MappedHash class
43 case MappedHash::eHashFunctionDJB:
213 entry.hash = MappedHash::HashString (eHashFunctionDJB, cstr);
436 const uint32_t hash_value = MappedHash::HashString (m_header.hash_function, name);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h21 #include "lldb/Core/MappedHash.h"
403 struct Header : public MappedHash::Header<Prologue>
426 offset = MappedHash::Header<Prologue>::Read (data, offset);
584 class MemoryTable : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header, DIEInfoArray>
591 MappedHash::MemoryTable<uint32_t, Header, DIEInfoArray> (table_data),
H A DSymbolFileDWARF.cpp5021 const uint32_t qualified_name_hash = MappedHash::HashStringUsingDJB (qualified_name.c_str());
5193 const uint32_t qualified_name_hash = MappedHash::HashStringUsingDJB (qualified_name);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp12 #include "lldb/Core/MappedHash.h"
51 m_hash_to_isa_map.insert(std::make_pair(MappedHash::HashStringUsingDJB(class_name), isa));
479 const uint32_t name_hash = MappedHash::HashStringUsingDJB (name.GetCString());

Completed in 63 milliseconds