Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h24 enum class LibCppStdFunctionCallableCase { enum
36 LibCppStdFunctionCallableCase callable_case =
37 LibCppStdFunctionCallableCase::Invalid;
H A DCPPLanguageRuntime.cpp84 LibCppStdFunctionCallableCase::Lambda; in line_entry_helper()
88 LibCppStdFunctionCallableCase::CallableObject; in line_entry_helper()
282 LibCppStdFunctionCallableCase::FreeOrMemberFunction; in FindLibCppStdFunctionCallableInfo()
391 if (callable_info.callable_case != LibCppStdFunctionCallableCase::Invalid && in GetStepThroughTrampolinePlan()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp82 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Invalid: in LibcxxFunctionSummaryProvider()
86 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Lambda: in LibcxxFunctionSummaryProvider()
92 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::CallableObject: in LibcxxFunctionSummaryProvider()
98 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::FreeOrMemberFunction: in LibcxxFunctionSummaryProvider()