Home
last modified time | relevance | path

Searched refs:Vote (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlan.h380 virtual Vote ShouldReportStop(Event *event_ptr);
382 Vote ShouldReportRun(Event *event_ptr);
487 Vote report_stop_vote, Vote report_run_vote);
530 Vote m_report_stop_vote;
531 Vote m_report_run_vote;
H A DThreadPlanStepOut.h21 bool first_insn, bool stop_others, Vote report_stop_vote,
22 Vote report_run_vote, uint32_t frame_idx,
79 bool stop_others, Vote report_stop_vote, Vote report_run_vote,
H A DThreadList.h107 Vote ShouldReportStop(Event *event_ptr);
109 Vote ShouldReportRun(Event *event_ptr);
141 void SetShouldReportStop(Vote vote);
H A DThreadPlanStepInstruction.h21 Vote report_stop_vote, Vote report_run_vote);
H A DThread.h230 Vote ShouldReportStop(Event *event_ptr);
232 Vote ShouldReportRun(Event *event_ptr);
805 bool stop_other_threads, Vote report_stop_vote, Vote report_run_vote,
869 bool stop_other_threads, Vote report_stop_vote, Vote report_run_vote,
1167 void SetShouldReportStop(Vote vote);
H A DThreadPlanBase.h31 Vote ShouldReportStop(Event *event_ptr) override;
H A DThreadPlanStepRange.h33 Vote ShouldReportStop(Event *event_ptr) override;
H A DThreadPlanCallFunction.h41 Vote ShouldReportStop(Event *event_ptr) override;
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlan.cpp24 Vote report_stop_vote, Vote report_run_vote) in ThreadPlan()
79 Vote ThreadPlan::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
85 Vote prev_vote = prev_plan->ShouldReportStop(event_ptr); in ShouldReportStop()
94 Vote ThreadPlan::ShouldReportRun(Event *event_ptr) { in ShouldReportRun()
H A DThreadList.cpp357 Vote ThreadList::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
360 Vote result = eVoteNoOpinion; in ShouldReportStop()
374 const Vote vote = thread_sp->ShouldReportStop(event_ptr); in ShouldReportStop()
398 void ThreadList::SetShouldReportStop(Vote vote) { in SetShouldReportStop()
409 Vote ThreadList::ShouldReportRun(Event *event_ptr) { in ShouldReportRun()
413 Vote result = eVoteNoOpinion; in ShouldReportRun()
H A DThreadPlanStepInstruction.cpp26 Vote report_stop_vote, in ThreadPlanStepInstruction()
27 Vote report_run_vote) in ThreadPlanStepInstruction()
H A DThreadPlanBase.cpp61 Vote ThreadPlanBase::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
H A DThread.cpp457 void Thread::SetShouldReportStop(Vote vote) { in SetShouldReportStop()
956 Vote Thread::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
996 Vote thread_vote = eVoteNoOpinion; in ShouldReportStop()
1017 Vote Thread::ShouldReportRun(Event *event_ptr) { in ShouldReportRun()
1305 bool stop_other_threads, Vote report_stop_vote, Vote report_run_vote, in QueueThreadPlanForStepOut()
1318 bool stop_other_threads, Vote report_stop_vote, Vote report_run_vote, in QueueThreadPlanForStepOutNoShouldStop()
H A DThreadPlanStepRange.cpp68 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
71 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
H A DThreadPlanStepOut.cpp37 Vote report_stop_vote, Vote report_run_vote, uint32_t frame_idx, in ThreadPlanStepOut()
H A DThreadPlanCallFunction.cpp244 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
H A DProcess.cpp3447 Vote report_stop_vote = m_thread_list.ShouldReportStop(event_ptr); in ShouldBroadcastEvent()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-enumerations.h59 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enum
276 template <> struct format_provider<lldb_private::Vote> {
277 static void format(const lldb_private::Vote &V, llvm::raw_ostream &Stream,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltinsNVPTX.def564 // Vote