Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepOut.h39 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
DThreadPlanCallFunction.h62 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
DThreadPlan.h459 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function
/external/llvm-project/lldb/source/Target/
DABI.cpp69 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, in GetReturnValueObject() function in ABI
147 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject() function in ABI
DStopInfo.cpp1042 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan
1140 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() function in StopInfo
DThreadPlanStack.cpp281 lldb::ValueObjectSP ThreadPlanStack::GetReturnValueObject() const { in GetReturnValueObject() function in ThreadPlanStack
DThread.cpp1130 ValueObjectSP Thread::GetReturnValueObject() const { in GetReturnValueObject() function in Thread