Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp39 std::optional<bool> ColorsEnabled) in MarkupFilter() argument
41 ColorsEnabled( in MarkupFilter()
42 ColorsEnabled.value_or(WithColor::defaultAutoDetectFunction()(OS))) {} in MarkupFilter()
407 if (ColorsEnabled) in trySGR()
423 if (ColorsEnabled) in trySGR()
434 if (!ColorsEnabled) in highlight()
443 if (!ColorsEnabled) in highlightValue()
451 if (!ColorsEnabled) in restoreColor()
468 if (ColorsEnabled) in resetColor()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h35 std::optional<bool> ColorsEnabled = std::nullopt);
140 const bool ColorsEnabled; variable