Home
last modified time | relevance | path

Searched defs:GetReturnValueObject (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp83 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, in GetReturnValueObject() function in ABI
164 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject() function in ABI
H A DStopInfo.cpp1062 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan
1162 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() function in StopInfo
H A DThread.cpp1111 ValueObjectSP Thread::GetReturnValueObject() { in GetReturnValueObject() function in Thread
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h40 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlanCallFunction.h63 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlan.h516 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function