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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp320 m_GotGlobalEntriesMap[key] = pEntry;
328 GotEntryMapType::iterator it = m_GotGlobalEntriesMap.find(key);
330 if (it == m_GotGlobalEntriesMap.end())
H A DMipsGOT.h193 GotEntryMapType m_GotGlobalEntriesMap; member in class:mcld::MipsGOT

Completed in 76 milliseconds