Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDiagnosticManager.cpp73 void DiagnosticManager::PutString(DiagnosticSeverity severity, in PutString() function in DiagnosticManager
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DLog.cpp135 void Log::PutString(llvm::StringRef str) { PutCString(str.str().c_str()); } in PutString() function in Log