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

/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp81 return m_StubMap.numOfEntries();
88 StubMapType::iterator it = m_StubMap.find(key);
89 if (it != m_StubMap.end()) {
102 StubEntryType* entry = m_StubMap.insert(key, exist);
129 m_StubMap.insert(key, exist);
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h168 StubMapType m_StubMap; member in class:mcld::BranchIsland

Completed in 29 milliseconds