Home
last modified time | relevance | path

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

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