Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
DCPPLanguageRuntime.h24 enum class LibCppStdFunctionCallableCase { enum
36 LibCppStdFunctionCallableCase callable_case =
37 LibCppStdFunctionCallableCase::Invalid;
DCPPLanguageRuntime.cpp84 LibCppStdFunctionCallableCase::Lambda; in line_entry_helper()
88 LibCppStdFunctionCallableCase::CallableObject; in line_entry_helper()
284 LibCppStdFunctionCallableCase::FreeOrMemberFunction; in FindLibCppStdFunctionCallableInfo()
390 if (callable_info.callable_case != LibCppStdFunctionCallableCase::Invalid && in GetStepThroughTrampolinePlan()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp79 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Invalid: in LibcxxFunctionSummaryProvider()
83 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Lambda: in LibcxxFunctionSummaryProvider()
89 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::CallableObject: in LibcxxFunctionSummaryProvider()
95 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::FreeOrMemberFunction: in LibcxxFunctionSummaryProvider()