Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp526 const char *line_highlight = ""; in PrintInstructions() local
528 line_highlight = "->"; in PrintInstructions()
530 line_highlight = "**"; in PrintInstructions()
534 line_highlight, &strm); in PrintInstructions()