Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp292 auto it = CallableLookupCache.find(func_to_match); in FindLibCppStdFunctionCallableInfo()
293 if (it != CallableLookupCache.end()) in FindLibCppStdFunctionCallableInfo()
335 CallableLookupCache[func_to_match] = optional_info; in FindLibCppStdFunctionCallableInfo()
H A DCPPLanguageRuntime.h89 OperatorStringToCallableInfoMap CallableLookupCache; variable