Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h140 typedef std::map<lldb::addr_t, int> MsgsendMap; // This table maps an dispatch typedef
143 MsgsendMap m_msgSend_map;
H A DAppleObjCTrampolineHandler.cpp856 MsgsendMap::iterator pos; in GetStepThroughDispatchPlan()