Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DVerboseTrapFrameRecognizer.cpp60 if (frame_sp->GetFrameIndex()) in RecognizeFrame()
H A DStackFrameList.cpp672 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
744 most_relevant_frame_sp->GetFrameIndex()); in SelectMostRelevantFrame()
H A DThread.cpp1504 uint32_t older_frame_idx = frame_sp->GetFrameIndex() + 1; in ReturnFromFrame()
H A DStackFrame.cpp179 uint32_t StackFrame::GetFrameIndex() const { in GetFrameIndex() function in StackFrame
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h435 uint32_t GetFrameIndex() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1123 auto GetFrameIndex = [](MachineMemOperand *Operand) { in ValidateMVEStore() local
1133 auto IsStackOp = [GetFrameIndex](MachineInstr *I) { in ValidateMVEStore()
1139 GetFrameIndex(I->memoperands().front()) >= 0; in ValidateMVEStore()
1156 int FI = GetFrameIndex(MI->memoperands().front()); in ValidateMVEStore()
1172 if (GetFrameIndex(I.memoperands().front()) != FI) in ValidateMVEStore()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp707 eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status)); in StepOutOfFrame()
823 "frame %u doesn't have debug information", frame_sp->GetFrameIndex()); in StepOverUntil()
885 frame_sp->GetFrameIndex(), new_plan_status)); in StepOverUntil()
H A DSBFrame.cpp307 frame_idx = frame->GetFrameIndex(); in GetFrameID()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp92 thread_sp->GetStackFrameAtIndex(frame_sp->GetFrameIndex() + 1); in RecognizeFrame()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp655 uint32_t current_frame_idx = current_frame->GetFrameIndex(); in Evaluate_DW_OP_entry_value()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1570 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute()
H A DCommandObjectTarget.cpp924 frame->GetFrameIndex()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1669 s.Printf(format, frame->GetFrameIndex()); in Format()
H A DIOHandlerCursesGUI.cpp6761 frame->GetFrameIndex(), in WindowDelegateDraw()
6877 const uint32_t frame_idx = frame_sp->GetFrameIndex(); in WindowDelegateDraw()