Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h408 UseColour(ColourMode) {} in InLineChangePrinter()
427 bool UseColour; variable
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1206 UseColour ? "\033[31m-%l\033[0m\n" : "-%l\n"; in handleFunctionCompare()
1207 const std::string Added = UseColour ? "\033[32m+%l\033[0m\n" : "+%l\n"; in handleFunctionCompare()