Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h23 enum class LibCppStdFunctionCallableCase { enum
35 LibCppStdFunctionCallableCase callable_case =
36 LibCppStdFunctionCallableCase::Invalid;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp248 optional_info.callable_case = LibCppStdFunctionCallableCase::Lambda; in FindLibCppStdFunctionCallableInfo()
252 LibCppStdFunctionCallableCase::CallableObject; in FindLibCppStdFunctionCallableInfo()
265 LibCppStdFunctionCallableCase::FreeOrMemberFunction; in FindLibCppStdFunctionCallableInfo()
327 if (callable_info.callable_case != LibCppStdFunctionCallableCase::Invalid && in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp80 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Invalid: in LibcxxFunctionSummaryProvider()
84 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Lambda: in LibcxxFunctionSummaryProvider()
90 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::CallableObject: in LibcxxFunctionSummaryProvider()
96 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::FreeOrMemberFunction: in LibcxxFunctionSummaryProvider()