Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DABI.cpp70 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, in GetReturnValueObject() function in ABI
150 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject() function in ABI
H A DStopInfo.cpp1207 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan
1423 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() function in StopInfo
H A DThreadPlanStack.cpp287 lldb::ValueObjectSP ThreadPlanStack::GetReturnValueObject() const { in GetReturnValueObject() function in ThreadPlanStack
H A DThread.cpp1148 ValueObjectSP Thread::GetReturnValueObject() const { in GetReturnValueObject() function in Thread
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h39 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlanCallFunction.h62 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlan.h453 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function