Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h394 uint32_t GetFrameIndex() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1089 auto GetFrameIndex = [](MachineMemOperand *Operand) { in ValidateMVEStore() local
1099 auto IsStackOp = [GetFrameIndex](MachineInstr *I) { in ValidateMVEStore()
1105 GetFrameIndex(I->memoperands().front()) >= 0; in ValidateMVEStore()
1122 int FI = GetFrameIndex(MI->memoperands().front()); in ValidateMVEStore()
1138 if (GetFrameIndex(I.memoperands().front()) != FI) in ValidateMVEStore()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp716 eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status)); in StepOutOfFrame()
832 "frame %u doesn't have debug information", frame_sp->GetFrameIndex()); in StepOverUntil()
897 frame_sp->GetFrameIndex(), new_plan_status)); in StepOverUntil()
H A DSBFrame.cpp309 frame_idx = frame->GetFrameIndex(); in GetFrameID()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp599 most_relevant_frame_sp->GetFrameIndex()); in SelectMostRelevantFrame()
1466 uint32_t older_frame_idx = frame_sp->GetFrameIndex() + 1; in ReturnFromFrame()
H A DStackFrameList.cpp724 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
H A DStackFrame.cpp173 uint32_t StackFrame::GetFrameIndex() const { in GetFrameIndex() function in StackFrame
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1449 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute()
H A DCommandObjectTarget.cpp909 frame->GetFrameIndex()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp703 uint32_t current_frame_idx = current_frame->GetFrameIndex(); in Evaluate_DW_OP_entry_value()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1409 s.Printf(format, frame->GetFrameIndex()); in Format()
H A DIOHandlerCursesGUI.cpp5207 frame->GetFrameIndex(), in WindowDelegateDraw()
5328 const uint32_t frame_idx = frame_sp->GetFrameIndex(); in WindowDelegateDraw()