Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp674 m_msgSend_map.insert(std::pair<lldb::addr_t, int>(sym_addr, i)); in AppleObjCTrampolineHandler()
777 pos = m_msgSend_map.find(addr); in FindDispatchFunction()
778 if (pos != m_msgSend_map.end()) { in FindDispatchFunction()
786 for (auto elem : m_msgSend_map) { in ForEachDispatchFunction()
H A DAppleObjCTrampolineHandler.h153 MsgsendMap m_msgSend_map; variable