Searched refs:call_plan_sp (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 95 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in InferiorCallMmap() local 97 if (call_plan_sp) { in InferiorCallMmap() 105 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMmap() 109 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap() 159 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in InferiorCallMunmap() local 161 if (call_plan_sp) { in InferiorCallMunmap() 169 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMunmap()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | LLVMUserExpression.cpp | 152 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallUserExpression( in DoExecute() local 157 if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) { in DoExecute() 163 static_cast<ThreadPlanCallUserExpression *>(call_plan_sp.get()); in DoExecute() 178 exe_ctx.GetProcessRef().RunThreadPlan(exe_ctx, call_plan_sp, options, in DoExecute()
|
| H A D | FunctionCaller.cpp | 376 lldb::ThreadPlanSP call_plan_sp = GetThreadPlanToCallFunction( in ExecuteFunction() local 378 if (!call_plan_sp) in ExecuteFunction() 388 exe_ctx, call_plan_sp, real_options, diagnostic_manager); in ExecuteFunction()
|
| H A D | IRInterpreter.cpp | 1512 lldb::ThreadPlanSP call_plan_sp( in Interpret() local 1519 if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) { in Interpret() 1530 process->RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in Interpret() 1548 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 6408 lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallFunction( in CallVoidArgVoidPtrReturn() local 6410 if (call_plan_sp) { in CallVoidArgVoidPtrReturn() 6418 RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in CallVoidArgVoidPtrReturn() 6421 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in CallVoidArgVoidPtrReturn()
|