Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolContext.h265 bool GetFunctionMethodInfo(lldb::LanguageType &language,
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp542 bool SymbolContext::GetFunctionMethodInfo(lldb::LanguageType &language, in GetFunctionMethodInfo() function in SymbolContext
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp560 if (m_sc.GetFunctionMethodInfo(method_language, is_instance_method, in GetValueForVariableExpressionPath()