Home
last modified time | relevance | path

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

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