reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/ABI.h
   67   lldb::ValueObjectSP GetReturnValueObject(Thread &thread, CompilerType &type,

References

tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  471         abi->GetReturnValueObject(m_thread, m_return_type, persistent);
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  499             abi_sp->GetReturnValueObject(m_thread, return_compiler_type);