Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h165 bool Resume();
167 bool Resume(SBError &error);
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp106 getFrameLayout(Function *Resume) { in getFrameLayout() argument
108 auto Size = Resume->getParamDereferenceableBytes(0); in getFrameLayout()
111 return std::make_pair(Size, Resume->getParamAlign(0).valueOrOne()); in getFrameLayout()
H A DCoroInternal.h84 Resume, enumerator
179 return cast<PointerType>(FrameTy->getElementType(SwitchFieldIndex::Resume)); in getSwitchResumePointerType()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DIntelPTSingleBufferTrace.h82 llvm::Error Resume();
H A DNativeThreadLinux.h68 Status Resume(uint32_t signo);
H A DIntelPTMultiCoreTrace.cpp101 if (Error err = core_trace.Resume()) { in ProcessWillResume()
H A DIntelPTSingleBufferTrace.cpp209 Error IntelPTSingleBufferTrace::Resume() { in Resume() function in IntelPTSingleBufferTrace
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i316 Resume ();
319 Resume (SBError &error);
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h34 Status Resume() override;
H A DScriptedProcessPythonInterface.cpp63 Status ScriptedProcessPythonInterface::Resume() { in Resume() function in ScriptedProcessPythonInterface
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h53 Status Resume();
H A DNativeProcessNetBSD.h44 Status Resume(const ResumeActionList &resume_actions) override;
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h56 Status Resume();
H A DNativeProcessFreeBSD.h47 Status Resume(const ResumeActionList &resume_actions) override;
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.h55 kern_return_t Resume();
H A DMachThread.h56 void Resume(bool others_stopped);
H A DMachThread.cpp73 void MachThread::Resume(bool others_stopped) { in Resume() function in MachThread
357 Resume(others_stopped); in ThreadWillResume()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h33 virtual Status Resume() { return Status("ScriptedProcess did not resume"); } in Resume() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.h47 Status Resume(const ResumeActionList &resume_actions) override;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h4918 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator
4927 : Expr(SC, Resume->getType(), Resume->getValueKind(), in CoroutineSuspendExpr()
4928 Resume->getObjectKind()), in CoroutineSuspendExpr()
4934 SubExprs[SubExpr::Resume] = Resume; in CoroutineSuspendExpr()
4947 SubExprs[SubExpr::Resume] = nullptr; in CoroutineSuspendExpr()
4956 SubExprs[SubExpr::Resume] = nullptr; in CoroutineSuspendExpr()
4975 return static_cast<Expr*>(SubExprs[SubExpr::Resume]); in getResumeExpr()
5011 Expr *Ready, Expr *Suspend, Expr *Resume,
5014 Ready, Suspend, Resume, OpaqueValue) { in CoroutineSuspendExpr() argument
5092 Expr *Ready, Expr *Suspend, Expr *Resume, in CoyieldExpr() argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind.inc210 /* Resume propagation of an existing exception. This is used after
236 /* Resume propagation of an FORCE_UNWIND exception, or to rethrow
/openbsd/gnu/llvm/lldb/source/API/
H A DSBThread.cpp519 sb_error.ref() = process->Resume(); in ResumeNewPlan()
1023 bool SBThread::Resume() { in Resume() function in SBThread
1027 return Resume(error); in Resume()
1030 bool SBThread::Resume(SBError &error) { in Resume() function in SBThread
/openbsd/gnu/gcc/gcc/
H A Dunwind.inc219 /* Resume propagation of an existing exception. This is used after
244 /* Resume propagation of an FORCE_UNWIND exception, or to rethrow
/openbsd/games/boggle/boggle/
H A Dhelpfile9 Resume game: <^q> or <^s>
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h45 Status Resume(const ResumeActionList &resume_actions) override;

1234