Searched refs:m_GotLocalEntriesMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp343 m_GotLocalEntriesMap[key] = pEntry;
352 GotEntryMapType::iterator it = m_GotLocalEntriesMap.find(key);
354 if (it == m_GotLocalEntriesMap.end())
H A DMipsGOT.h192 GotEntryMapType m_GotLocalEntriesMap; member in class:mcld::MipsGOT

Completed in 81 milliseconds