Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp383 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume() local
386 if (frame_block->GetRangeContainingLoadAddress( in DoWillResume()
393 frame_block->GetInlinedFunctionInfo(); in DoWillResume()
398 ->GetName(frame_block->CalculateSymbolContextFunction() in DoWillResume()
H A DStackFrame.cpp420 Block *frame_block = GetFrameBlock(); in GetVariableList() local
422 if (frame_block) { in GetVariableList()
427 frame_block->AppendBlockVariables(can_create, get_child_variables, in GetVariableList()
1675 Block *frame_block = GetFrameBlock(); in GuessValueForRegisterAndOffset() local
1677 if (!frame_block) { in GuessValueForRegisterAndOffset()
1681 Function *function = frame_block->CalculateSymbolContextFunction(); in GuessValueForRegisterAndOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3013 Block *frame_block = nullptr; in WindowDelegateDraw() local
3021 frame_block = frame->GetFrameBlock(); in WindowDelegateDraw()
3028 if (frame_block) { in WindowDelegateDraw()
3030 if (m_frame_block != frame_block) { in WindowDelegateDraw()
3031 m_frame_block = frame_block; in WindowDelegateDraw()