Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp86 optional_info.callable_case = lldb_private::CPPLanguageRuntime:: in line_entry_helper()
90 optional_info.callable_case = lldb_private::CPPLanguageRuntime:: in line_entry_helper()
282 optional_info.callable_case = in FindLibCppStdFunctionCallableInfo()
392 if (callable_info.callable_case != LibCppStdFunctionCallableCase::Invalid && in GetStepThroughTrampolinePlan()
H A DCPPLanguageRuntime.h36 LibCppStdFunctionCallableCase callable_case = member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp101 switch (callable_info.callable_case) { in LibcxxFunctionSummaryProvider()