Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm105 void Host::SystemLog(llvm::StringRef message) { function
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp92 void Host::SystemLog(llvm::StringRef message) { llvm::errs() << message; } in SystemLog() function in Host