HomeSort by relevance Sort by last modified time
    Searched refs:GetReturnValueObject (Results 1 - 14 of 14) sorted by null

  /external/lldb/include/lldb/Target/
ABI.h 50 GetReturnValueObject (Thread &thread,
60 // Don't put it in a persistant value object, that will be done by the ABI::GetReturnValueObject.
ThreadPlanStepOut.h 45 virtual lldb::ValueObjectSP GetReturnValueObject()
ThreadPlanCallFunction.h 26 // argument. If you plan to call GetReturnValueObject, then pass in the
95 GetReturnValueObject ()
StopInfo.h 169 GetReturnValueObject (lldb::StopInfoSP &stop_info_sp);
ThreadPlan.h 505 GetReturnValueObject ()
Thread.h 754 GetReturnValueObject ();
    [all...]
  /external/lldb/source/Target/
ABI.cpp 107 ABI::GetReturnValueObject (Thread &thread,
StopInfo.cpp     [all...]
ThreadPlanStepOut.cpp 472 m_return_valobj_sp = abi_sp->GetReturnValueObject(m_thread, return_clang_type);
Thread.cpp 380 return StopInfo::CreateStopReasonWithPlan (plan_sp, GetReturnValueObject());
    [all...]
ThreadPlanCallFunction.cpp 294 m_return_valobj_sp = abi->GetReturnValueObject (m_thread, m_return_type, persistent);
  /external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.cpp 117 allocated_addr = call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS);
256 returned_func = call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS);
  /external/lldb/source/API/
SBThread.cpp 410 return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp);
    [all...]
  /external/lldb/source/Core/
Debugger.cpp     [all...]

Completed in 245 milliseconds