Home
last modified time | relevance | path

Searched defs:PutString (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDiagnosticManager.cpp74 size_t DiagnosticManager::PutString(DiagnosticSeverity severity, in PutString() function in DiagnosticManager
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLog.cpp111 void Log::PutString(llvm::StringRef str) { PutCString(str.str().c_str()); } in PutString() function in Log