Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h24 enum class LibCppStdFunctionCallableCase { enum
36 LibCppStdFunctionCallableCase callable_case =
37 LibCppStdFunctionCallableCase::Invalid;
H A DCPPLanguageRuntime.cpp159 LibCppStdFunctionCallableCase::Lambda; in FindLibCppStdFunctionCallableInfo()
163 LibCppStdFunctionCallableCase::CallableObject; in FindLibCppStdFunctionCallableInfo()
354 LibCppStdFunctionCallableCase::FreeOrMemberFunction; in GetStepThroughTrampolinePlan()
462 if (callable_info.callable_case != LibCppStdFunctionCallableCase::Invalid &&
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp129 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Invalid: in LibcxxSmartPointerSummaryProvider()
133 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Lambda: in LibcxxSmartPointerSummaryProvider()
139 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::CallableObject: in LibcxxSmartPointerSummaryProvider()
145 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::FreeOrMemberFunction: in LibcxxSmartPointerSummaryProvider()