Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDisassembler.cpp519 const char *line_highlight = ""; in PrintInstructions() local
521 line_highlight = "->"; in PrintInstructions()
523 line_highlight = "**"; in PrintInstructions()
526 ln.file, ln.line, ln.column, 0, 0, line_highlight, &strm); in PrintInstructions()