Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DDiagnosticManager.cpp73 void DiagnosticManager::PutString(DiagnosticSeverity severity, in PutString() function in DiagnosticManager
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DDiagnosticManagerTest.cpp167 TEST(DiagnosticManagerTest, PutString) { in TEST() argument
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp134 void Log::PutString(llvm::StringRef str) { PutCString(str.str().c_str()); } in PutString() function in Log