Home
last modified time | relevance | path

Searched refs:GetFrameIndex (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h399 uint32_t GetFrameIndex() const;
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1147 auto GetFrameIndex = [](MachineMemOperand *Operand) { in ValidateMVEStore() local
1157 auto IsStackOp = [GetFrameIndex](MachineInstr *I) { in ValidateMVEStore()
1163 GetFrameIndex(I->memoperands().front()) >= 0; in ValidateMVEStore()
1180 int FI = GetFrameIndex(MI->memoperands().front()); in ValidateMVEStore()
1196 if (GetFrameIndex(I.memoperands().front()) != FI) in ValidateMVEStore()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp698 eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status)); in StepOutOfFrame()
810 "frame %u doesn't have debug information", frame_sp->GetFrameIndex()); in StepOverUntil()
875 frame_sp->GetFrameIndex(), new_plan_status)); in StepOverUntil()
H A DSBFrame.cpp304 frame_idx = frame->GetFrameIndex(); in GetFrameID()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp725 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
H A DThread.cpp609 most_relevant_frame_sp->GetFrameIndex()); in SelectMostRelevantFrame()
1482 uint32_t older_frame_idx = frame_sp->GetFrameIndex() + 1; in ReturnFromFrame()
H A DStackFrame.cpp175 uint32_t StackFrame::GetFrameIndex() const { in GetFrameIndex() function in StackFrame
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp600 uint32_t current_frame_idx = current_frame->GetFrameIndex(); in Evaluate_DW_OP_entry_value()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1543 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute()
H A DCommandObjectTarget.cpp920 frame->GetFrameIndex()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1467 s.Printf(format, frame->GetFrameIndex()); in Format()
H A DIOHandlerCursesGUI.cpp6738 frame->GetFrameIndex(), in WindowDelegateDraw()
6855 const uint32_t frame_idx = frame_sp->GetFrameIndex(); in WindowDelegateDraw()