Home
last modified time | relevance | path

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

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