Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h143 MsgsendMap m_msgSend_map; variable
H A DAppleObjCTrampolineHandler.cpp746 m_msgSend_map.insert(std::pair<lldb::addr_t, int>(sym_addr, i)); in AppleObjCTrampolineHandler()
857 pos = m_msgSend_map.find(curr_pc); in GetStepThroughDispatchPlan()
858 if (pos != m_msgSend_map.end()) { in GetStepThroughDispatchPlan()