Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
DCPPLanguageRuntime.cpp83 optional_info.callable_case = lldb_private::CPPLanguageRuntime:: in line_entry_helper()
87 optional_info.callable_case = lldb_private::CPPLanguageRuntime:: in line_entry_helper()
283 optional_info.callable_case = in FindLibCppStdFunctionCallableInfo()
390 if (callable_info.callable_case != LibCppStdFunctionCallableCase::Invalid && in GetStepThroughTrampolinePlan()
DCPPLanguageRuntime.h36 LibCppStdFunctionCallableCase callable_case = member
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp78 switch (callable_info.callable_case) { in LibcxxFunctionSummaryProvider()