Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrame.i191 function, the lexical block that defines the function is returned.") GetFrameBlock;
193 GetFrameBlock () const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h124 lldb::SBBlock GetFrameBlock() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h225 Block *GetFrameBlock();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp369 Block *block = frame->GetFrameBlock(); in SetupDeclVendor()
484 Block *block = frame->GetFrameBlock(); in GetModuleConfig()
H A DClangExpressionSourceCode.cpp336 if (Block *block = frame->GetFrameBlock()) { in GetText()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp385 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume()
H A DStackFrame.cpp156 SymbolContextScope *scope = GetFrameBlock(); in GetStackID()
273 Block *StackFrame::GetFrameBlock() { in GetFrameBlock() function in StackFrame
427 Block *frame_block = GetFrameBlock(); in GetVariableList()
1654 Block *frame_block = GetFrameBlock(); in GuessValueForRegisterAndOffset()
H A DThreadPlanStepOut.cpp457 Block *from_block = immediate_return_from_sp->GetFrameBlock(); in QueueInlinedStepPlan()
H A DStackFrameList.cpp106 Block *block_ptr = m_frames[0]->GetFrameBlock(); in ResetCurrentInlinedDepth()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp255 SBBlock SBFrame::GetFrameBlock() const { in GetFrameBlock() function in SBFrame
256 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBBlock, SBFrame, GetFrameBlock); in GetFrameBlock()
270 sb_block.SetPtr(frame->GetFrameBlock()); in GetFrameBlock()
1311 LLDB_REGISTER_METHOD_CONST(lldb::SBBlock, SBFrame, GetFrameBlock, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4430 frame_block = frame->GetFrameBlock(); in WindowDelegateDraw()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27372 result = ((lldb::SBFrame const *)arg1)->GetFrameBlock(); in _wrap_SBFrame_GetFrameBlock()