Home
last modified time | relevance | path

Searched refs:callable_case (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp248 optional_info.callable_case = LibCppStdFunctionCallableCase::Lambda; in FindLibCppStdFunctionCallableInfo()
251 optional_info.callable_case = in FindLibCppStdFunctionCallableInfo()
264 optional_info.callable_case = in FindLibCppStdFunctionCallableInfo()
327 if (callable_info.callable_case != LibCppStdFunctionCallableCase::Invalid && in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h35 LibCppStdFunctionCallableCase callable_case = member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp79 switch (callable_info.callable_case) { in LibcxxFunctionSummaryProvider()