Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp5133 const uint32_t inst_idx = m_first_visible_line + i; in WindowDelegateDraw() local
5134 Instruction *inst = insts.GetInstructionAtIndex(inst_idx).get(); in WindowDelegateDraw()
5140 const bool is_pc_line = frame_sp && inst_idx == pc_idx; in WindowDelegateDraw()
5141 const bool line_is_selected = m_selected_line == inst_idx; in WindowDelegateDraw()