Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp363 auto it = CallableLookupCache.find(func_to_match); in GetStepThroughTrampolinePlan()
364 if (it != CallableLookupCache.end()) in GetStepThroughTrampolinePlan()
406 CallableLookupCache[func_to_match] = optional_info; in GetStepThroughTrampolinePlan()
H A DCPPLanguageRuntime.h89 OperatorStringToCallableInfoMap CallableLookupCache; variable