Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h72 typedef HashFunctionTy hasher; typedef
93 hasher& hash() in hash()
96 const hasher& hash() const in hash()
129 hasher m_Hasher;
DHashTable.h41 typedef HashFunctionTy hasher; typedef
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1266 hash::StringHash<hash::DJB> hasher; in emitGNUHashTab() local
1267 uint32_t djbhash = hasher((*symbol)->name()); in emitGNUHashTab()