Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp49 case HighlightColor::Address: in WithColor()
52 case HighlightColor::String: in WithColor()
55 case HighlightColor::Tag: in WithColor()
58 case HighlightColor::Attribute: in WithColor()
61 case HighlightColor::Enumerator: in WithColor()
64 case HighlightColor::Macro: in WithColor()
67 case HighlightColor::Error: in WithColor()
70 case HighlightColor::Warning: in WithColor()
73 case HighlightColor::Note: in WithColor()
76 case HighlightColor::Remark: in WithColor()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp87 llvm::HighlightColor color = m_type == Type::Warning in Dump()
88 ? llvm::HighlightColor::Warning in Dump()
89 : llvm::HighlightColor::Error; in Dump()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h27 enum class HighlightColor { enum
62 LLVM_CTOR_NODISCARD WithColor(raw_ostream &OS, HighlightColor S,
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp18 return llvm::WithColor(strm.AsRawOstream(), llvm::HighlightColor::Error, in error()
24 return llvm::WithColor(strm.AsRawOstream(), llvm::HighlightColor::Warning, in warning()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp59 WithColor(OS, HighlightColor::Macro).get() in dump()
63 WithColor(OS, HighlightColor::Macro).get() << MacinfoString(E.Type); in dump()
H A DDWARFDie.cpp119 WithColor(OS, HighlightColor::Attribute) << formatv("{0}", Attr); in dumpAttribute()
132 auto Color = HighlightColor::Enumerator; in dumpAttribute()
134 Color = HighlightColor::String; in dumpAttribute()
593 WithColor(OS, HighlightColor::Address).get() in dump()
599 WithColor(OS, HighlightColor::Tag).get().indent(Indent) in dump()
H A DDWARFFormValue.cpp386 ? WithColor(OS, HighlightColor::Address).get() in dump()
575 WithColor(OS, HighlightColor::Address).get() in dump()
584 auto COS = WithColor(OS, HighlightColor::String); in dumpString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp653 WithColor(errs(), Warn ? HighlightColor::Warning : HighlightColor::Error) in checkNumFields()
696 HighlightColor::String) in reportLocation()