Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h144 MsgsendMap m_opt_dispatch_map; variable
H A DAppleObjCTrampolineHandler.cpp781 m_opt_dispatch_map.emplace(sym_addr, i); in AppleObjCTrampolineHandler()
1178 pos = m_opt_dispatch_map.find(curr_pc); in GetStepThroughDispatchPlan()
1179 if (pos != m_opt_dispatch_map.end()) { in GetStepThroughDispatchPlan()