Home
last modified time | relevance | path

Searched refs:PutCStringColorHighlighted (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h274 void PutCStringColorHighlighted(
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp260 s->PutCStringColorHighlighted(demangled.GetStringRef(), settings); in GetDescription()
265 s->PutCStringColorHighlighted(mangled_name.GetStringRef(), settings); in GetDescription()
H A DSymbolContext.cpp99 s->PutCStringColorHighlighted(name.GetStringRef(), settings); in DumpStopContext()
167 s->PutCStringColorHighlighted(symbol->GetName().GetStringRef(), settings); in DumpStopContext()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp75 void Stream::PutCStringColorHighlighted( in PutCStringColorHighlighted() function in Stream
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp520 s->PutCStringColorHighlighted(symbol_name, settings); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1637 strm.PutCStringColorHighlighted( in LookupSymbolInModule()