Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp673 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()
H A DAppleObjCTrampolineHandler.h153 MsgsendMap m_msgSend_map; variable