Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrame.h394 uint32_t GetFrameIndex() const;
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1140 auto GetFrameIndex = [](MachineMemOperand *Operand) { in ValidateMVEStore() local
1150 auto IsStackOp = [GetFrameIndex](MachineInstr *I) { in ValidateMVEStore()
1156 GetFrameIndex(I->memoperands().front()) >= 0; in ValidateMVEStore()
1173 int FI = GetFrameIndex(MI->memoperands().front()); in ValidateMVEStore()
1189 if (GetFrameIndex(I.memoperands().front()) != FI) in ValidateMVEStore()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameList.cpp725 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
H A DThread.cpp598 most_relevant_frame_sp->GetFrameIndex()); in SelectMostRelevantFrame()
1459 uint32_t older_frame_idx = frame_sp->GetFrameIndex() + 1; in ReturnFromFrame()
H A DStackFrame.cpp174 uint32_t StackFrame::GetFrameIndex() const { in GetFrameIndex() function in StackFrame
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp577 uint32_t current_frame_idx = current_frame->GetFrameIndex(); in Evaluate_DW_OP_entry_value()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp1543 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute()
H A DCommandObjectTarget.cpp920 frame->GetFrameIndex()); in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1408 s.Printf(format, frame->GetFrameIndex()); in Format()
H A DIOHandlerCursesGUI.cpp6736 frame->GetFrameIndex(), in WindowDelegateDraw()
6853 const uint32_t frame_idx = frame_sp->GetFrameIndex(); in WindowDelegateDraw()