Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp388 m_GotGlobalEntriesMap[key] = pEntry; in recordGlobalEntry()
396 GotEntryMapType::iterator it = m_GotGlobalEntriesMap.find(key); in lookupGlobalEntry()
398 if (it == m_GotGlobalEntriesMap.end()) in lookupGlobalEntry()
DMipsGOT.h212 GotEntryMapType m_GotGlobalEntriesMap; variable