Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h288 static lldb::addr_t GetObjectPointer(lldb::StackFrameSP frame_sp,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp910 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments()
924 cmd_ptr = GetObjectPointer(frame_sp, cmd_name, object_ptr_error); in AddArguments()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp122 lldb::addr_t UserExpression::GetObjectPointer(lldb::StackFrameSP frame_sp, in GetObjectPointer() function in UserExpression