Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFrame.i191 function, the lexical block that defines the function is returned.") GetFrameBlock;
193 GetFrameBlock () const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFrame.h124 lldb::SBBlock GetFrameBlock() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h225 Block *GetFrameBlock();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp386 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume()
H A DStackFrame.cpp158 SymbolContextScope *scope = GetFrameBlock(); in GetStackID()
275 Block *StackFrame::GetFrameBlock() { in GetFrameBlock() function in StackFrame
431 Block *frame_block = GetFrameBlock(); in GetVariableList()
1683 Block *frame_block = GetFrameBlock(); in GuessValueForRegisterAndOffset()
H A DThreadPlanStepOut.cpp458 Block *from_block = immediate_return_from_sp->GetFrameBlock(); in QueueInlinedStepPlan()
H A DStackFrameList.cpp107 Block *block_ptr = m_frames[0]->GetFrameBlock(); in ResetCurrentInlinedDepth()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp366 Block *block = frame->GetFrameBlock(); in SetupDeclVendor()
481 Block *block = frame->GetFrameBlock(); in GetModuleConfig()
H A DClangExpressionSourceCode.cpp370 if (Block *block = frame->GetFrameBlock()) { in GetText()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp250 SBBlock SBFrame::GetFrameBlock() const { in GetFrameBlock() function in SBFrame
265 sb_block.SetPtr(frame->GetFrameBlock()); in GetFrameBlock()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py930 block = frame.GetFrameBlock()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5900 frame_block = frame->GetFrameBlock(); in WindowDelegateDraw()