Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp41 : LanguageRuntime(process), m_impl_cache(), m_impl_str_cache(), in ObjCLanguageRuntime()
87 m_impl_str_cache.insert(std::pair<ClassAndSelStr, lldb::addr_t>( in AddToMethodCache()
102 MsgImplStrMap::iterator pos, end = m_impl_str_cache.end(); in LookupInMethodCache()
103 pos = m_impl_str_cache.find(ClassAndSelStr(class_addr, sel_str)); in LookupInMethodCache()
H A DObjCLanguageRuntime.h430 MsgImplStrMap m_impl_str_cache; variable