Home
last modified time | relevance | path

Searched refs:m_impl_str_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()
86 m_impl_str_cache.insert(std::pair<ClassAndSelStr, lldb::addr_t>( in AddToMethodCache()
101 MsgImplStrMap::iterator pos, end = m_impl_str_cache.end(); in LookupInMethodCache()
102 pos = m_impl_str_cache.find(ClassAndSelStr(class_addr, sel_str)); in LookupInMethodCache()
H A DObjCLanguageRuntime.h437 MsgImplStrMap m_impl_str_cache; variable