Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp40 : LanguageRuntime(process), m_impl_cache(), m_impl_str_cache(), in ObjCLanguageRuntime()
74 m_impl_cache.insert(std::pair<ClassAndSel, lldb::addr_t>( in AddToMethodCache()
92 MsgImplMap::iterator pos, end = m_impl_cache.end(); in LookupInMethodCache()
93 pos = m_impl_cache.find(ClassAndSel(class_addr, selector)); in LookupInMethodCache()
H A DObjCLanguageRuntime.h436 MsgImplMap m_impl_cache; variable