Searched refs:m_msgSend_map (Results 1 – 2 of 2) sorted by relevance
673 m_msgSend_map.insert(std::pair<lldb::addr_t, int>(sym_addr, i)); in AppleObjCTrampolineHandler() 776 pos = m_msgSend_map.find(addr); in FindDispatchFunction() 777 if (pos != m_msgSend_map.end()) { in FindDispatchFunction() 785 for (auto elem : m_msgSend_map) { in ForEachDispatchFunction()
153 MsgsendMap m_msgSend_map; variable