Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp413 m_GotTLSGdEntriesMap[key] = pEntry; in recordTLSEntry()
434 GotEntryMapType::iterator it = m_GotTLSGdEntriesMap.find(key); in lookupTLSEntry()
435 return it == m_GotTLSGdEntriesMap.end() ? nullptr : it->second; in lookupTLSEntry()
DMipsGOT.h213 GotEntryMapType m_GotTLSGdEntriesMap; variable