Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp39 Optional<bool> ColorsEnabled) in MarkupFilter() argument
41 ColorsEnabled( in MarkupFilter()
42 ColorsEnabled.value_or(WithColor::defaultAutoDetectFunction()(OS))) {} in MarkupFilter()
410 if (ColorsEnabled) in trySGR()
426 if (ColorsEnabled) in trySGR()
437 if (!ColorsEnabled) in highlight()
446 if (!ColorsEnabled) in highlightValue()
454 if (!ColorsEnabled) in restoreColor()
471 if (ColorsEnabled) in resetColor()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h36 Optional<bool> ColorsEnabled = llvm::None);
141 const bool ColorsEnabled; variable