Home
last modified time | relevance | path

Searched refs:frame_block (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Target/
DThreadPlanStepOverRange.cpp385 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume() local
388 if (frame_block->GetRangeContainingLoadAddress( in DoWillResume()
395 frame_block->GetInlinedFunctionInfo(); in DoWillResume()
DStackFrame.cpp421 Block *frame_block = GetFrameBlock(); in GetVariableList() local
423 if (frame_block) { in GetVariableList()
428 frame_block->AppendBlockVariables(can_create, get_child_variables, in GetVariableList()
1673 Block *frame_block = GetFrameBlock(); in GuessValueForRegisterAndOffset() local
1675 if (!frame_block) { in GuessValueForRegisterAndOffset()
1679 Function *function = frame_block->CalculateSymbolContextFunction(); in GuessValueForRegisterAndOffset()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp2600 Block *frame_block = nullptr; in WindowDelegateDraw() local
2608 frame_block = frame->GetFrameBlock(); in WindowDelegateDraw()
2615 if (frame_block) { in WindowDelegateDraw()
2617 if (m_frame_block != frame_block) { in WindowDelegateDraw()
2618 m_frame_block = frame_block; in WindowDelegateDraw()