Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm105 void Host::SystemLog(llvm::StringRef message) { function
/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