Home
last modified time | relevance | path

Searched refs:Resume (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp106 static std::pair<uint64_t, Align> getFrameLayout(Function *Resume) { in getFrameLayout() argument
108 auto Size = Resume->getParamDereferenceableBytes(0); in getFrameLayout()
109 auto Align = Resume->getParamAlign(0); in getFrameLayout()
113 auto *FrameTy = Resume->arg_begin()->getType()->getPointerElementType(); in getFrameLayout()
115 const DataLayout &DL = Resume->getParent()->getDataLayout(); in getFrameLayout()
DCoroInternal.h108 Resume, enumerator
202 return cast<PointerType>(FrameTy->getElementType(SwitchFieldIndex::Resume)); in getSwitchResumePointerType()
DCoroEarly.cpp89 static_assert(coro::Shape::SwitchFieldIndex::Resume == 0, in lowerCoroDone()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBThread.h165 bool Resume();
167 bool Resume(SBError &error);
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBThread.i316 Resume ();
319 Resume (SBError &error);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBThread.cpp527 sb_error.ref() = process->Resume(); in ResumeNewPlan()
1054 bool SBThread::Resume() { in Resume() function in SBThread
1055 LLDB_RECORD_METHOD_NO_ARGS(bool, SBThread, Resume); in Resume()
1058 return Resume(error); in Resume()
1061 bool SBThread::Resume(SBError &error) { in Resume() function in SBThread
1062 LLDB_RECORD_METHOD(bool, SBThread, Resume, (lldb::SBError &), error); in Resume()
1436 LLDB_REGISTER_METHOD(bool, SBThread, Resume, ()); in RegisterMethods()
1437 LLDB_REGISTER_METHOD(bool, SBThread, Resume, (lldb::SBError &)); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DScriptedProcessInterface.h33 virtual Status Resume() { return Status("ScriptedProcess did not resume"); } in Resume() function
/freebsd-12-stable/share/examples/etc/
DREADME.examples56 rc.resume - sample run command file for APM Resume Event
60 rc.suspend - sample run command file for APM Resume Event
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedProcessPythonInterface.h31 Status Resume() override;
DScriptedProcessPythonInterface.cpp61 Status ScriptedProcessPythonInterface::Resume() { in Resume() function in ScriptedProcessPythonInterface
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.h53 Status Resume();
DNativeProcessNetBSD.h44 Status Resume(const ResumeActionList &resume_actions) override;
DNativeThreadNetBSD.cpp44 Status NativeThreadNetBSD::Resume() { in Resume() function in NativeThreadNetBSD
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DNativeThreadFreeBSD.h53 Status Resume();
DNativeProcessFreeBSD.h47 Status Resume(const ResumeActionList &resume_actions) override;
DNativeThreadFreeBSD.cpp44 Status NativeThreadFreeBSD::Resume() { in Resume() function in NativeThreadFreeBSD
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprCXX.h4684 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator
4691 Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr() argument
4693 : Expr(SC, Resume->getType(), Resume->getValueKind(), in CoroutineSuspendExpr()
4694 Resume->getObjectKind()), in CoroutineSuspendExpr()
4699 SubExprs[SubExpr::Resume] = Resume; in CoroutineSuspendExpr()
4711 SubExprs[SubExpr::Resume] = nullptr; in CoroutineSuspendExpr()
4719 SubExprs[SubExpr::Resume] = nullptr; in CoroutineSuspendExpr()
4740 return static_cast<Expr*>(SubExprs[SubExpr::Resume]); in getResumeExpr()
4769 Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue,
4772 Suspend, Resume, OpaqueValue) { in CoroutineSuspendExpr() argument
[all …]
/freebsd-12-stable/contrib/gcc/
Dunwind.inc219 /* Resume propagation of an existing exception. This is used after
244 /* Resume propagation of an FORCE_UNWIND exception, or to rethrow
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
DScriptedProcess.cpp206 error = GetInterface().Resume(); in DoResume()
/freebsd-12-stable/sys/gnu/dts/arm/
Dalpine.dtsi108 /* CPU Resume registers */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp101 case Instruction::Resume: in tailMergeBlocksWithSimilarFunctionTerminators()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h51 virtual Status Resume(const ResumeActionList &resume_actions) = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstruction.def132 HANDLE_TERM_INST ( 6, Resume , ResumeInst)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThread.cpp1923 error = process->Resume(); in StepIn()
1956 error = process->Resume(); in StepOver()
1980 error = process->Resume(); in StepOut()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DComputeDependence.cpp351 if (auto *Resume = E->getResumeExpr()) in computeDependence() local
352 return (Resume->getDependence() & in computeDependence()

123