Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DVerboseTrapFrameRecognizer.cpp27 if (frame_sp->GetFrameIndex()) in RecognizeFrame()
H A DStackFrameList.cpp751 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
827 most_relevant_frame_sp->GetFrameIndex()); in SelectMostRelevantFrame()
H A DThread.cpp1472 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
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h416 uint32_t GetFrameIndex() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1129 auto GetFrameIndex = [](MachineMemOperand *Operand) { in ValidateMVEStore() local
1139 auto IsStackOp = [GetFrameIndex](MachineInstr *I) { in ValidateMVEStore()
1145 GetFrameIndex(I->memoperands().front()) >= 0; in ValidateMVEStore()
1162 int FI = GetFrameIndex(MI->memoperands().front()); in ValidateMVEStore()
1178 if (GetFrameIndex(I.memoperands().front()) != FI) in ValidateMVEStore()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp696 eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status)); in StepOutOfFrame()
812 "frame %u doesn't have debug information", frame_sp->GetFrameIndex()); in StepOverUntil()
871 frame_sp->GetFrameIndex(), new_plan_status)); in StepOverUntil()
H A DSBFrame.cpp306 frame_idx = frame->GetFrameIndex(); in GetFrameID()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp594 uint32_t current_frame_idx = current_frame->GetFrameIndex(); in Evaluate_DW_OP_entry_value()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1563 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute()
H A DCommandObjectTarget.cpp921 frame->GetFrameIndex()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1522 s.Printf(format, frame->GetFrameIndex()); in Format()
H A DIOHandlerCursesGUI.cpp6759 frame->GetFrameIndex(), in WindowDelegateDraw()
6876 const uint32_t frame_idx = frame_sp->GetFrameIndex(); in WindowDelegateDraw()