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

/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp91 bool SectionMap::matched(const NamePair& pNamePair, argument
95 if ('*' == pNamePair.from[0])
98 if (pNamePair.from.size() > pInput.size())
101 if (!hash::StringHash<hash::ES>::may_include(pNamePair.hash, pHashValue))
105 pNamePair.from.c_str(),
106 pNamePair.from.size())) {

Completed in 1025 milliseconds