Home
last modified time | relevance | path

Searched refs:GetValueForVariablePath (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrame.i274 in the current frame.") GetValueForVariablePath;
276 GetValueForVariablePath (const char *var_path);
279 GetValueForVariablePath (const char *var_path, lldb::DynamicValueType use_dynamic);
322 return self.GetValueForVariablePath(var_expr_path)
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h165 lldb::SBValue GetValueForVariablePath(const char *var_expr_cstr,
170 lldb::SBValue GetValueForVariablePath(const char *var_path);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp446 lldb::SBValue SBFrame::GetValueForVariablePath(const char *var_path) { in GetValueForVariablePath() function in SBFrame
447 LLDB_RECORD_METHOD(lldb::SBValue, SBFrame, GetValueForVariablePath, in GetValueForVariablePath()
459 sb_value = GetValueForVariablePath(var_path, use_dynamic); in GetValueForVariablePath()
464 lldb::SBValue SBFrame::GetValueForVariablePath(const char *var_path, in GetValueForVariablePath() function in SBFrame
466 LLDB_RECORD_METHOD(lldb::SBValue, SBFrame, GetValueForVariablePath, in GetValueForVariablePath()
1321 LLDB_REGISTER_METHOD(lldb::SBValue, SBFrame, GetValueForVariablePath, in RegisterMethods()
1323 LLDB_REGISTER_METHOD(lldb::SBValue, SBFrame, GetValueForVariablePath, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27942 result = (arg1)->GetValueForVariablePath((char const *)arg2); in _wrap_SBFrame_GetValueForVariablePath__SWIG_0()
27975 result = (arg1)->GetValueForVariablePath((char const *)arg2,arg3); in _wrap_SBFrame_GetValueForVariablePath__SWIG_1()