Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBFrame.i191 function, the lexical block that defines the function is returned.") GetFrameBlock;
193 GetFrameBlock () const;
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBFrame.h124 lldb::SBBlock GetFrameBlock() const;
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStackFrame.h225 Block *GetFrameBlock();
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlanStepOverRange.cpp386 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume()
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()
DThreadPlanStepOut.cpp458 Block *from_block = immediate_return_from_sp->GetFrameBlock(); in QueueInlinedStepPlan()
DStackFrameList.cpp107 Block *block_ptr = m_frames[0]->GetFrameBlock(); in ResetCurrentInlinedDepth()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangUserExpression.cpp366 Block *block = frame->GetFrameBlock(); in SetupDeclVendor()
481 Block *block = frame->GetFrameBlock(); in GetModuleConfig()
DClangExpressionSourceCode.cpp370 if (Block *block = frame->GetFrameBlock()) { in GetText()
/openbsd/src/gnu/llvm/lldb/source/API/
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/
Dcrashlog.py930 block = frame.GetFrameBlock()
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp5900 frame_block = frame->GetFrameBlock(); in WindowDelegateDraw()