Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h378 UseColour(ColourMode) {} in InLineChangePrinter()
397 bool UseColour; variable
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1211 UseColour ? "\033[31m-%l\033[0m\n" : "-%l\n"; in handleFunctionCompare()
1212 const std::string Added = UseColour ? "\033[32m+%l\033[0m\n" : "+%l\n"; in handleFunctionCompare()