OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_StubMap
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp
81
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/
BranchIsland.h
168
StubMapType
m_StubMap
;
Completed in 342 milliseconds