Home
last modified time | relevance | path

Searched refs:SystemLog (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHost.h91 static void SystemLog(llvm::StringRef message);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp94 void Host::SystemLog(llvm::StringRef message) { llvm::errs() << message; } in SystemLog() function in Host
640 Host::SystemLog(message); in Emit()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm105 void Host::SystemLog(llvm::StringRef message) { function