Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHost.h247 static bool IsInteractiveGraphicSession();
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp556 bool Host::IsInteractiveGraphicSession() { return false; } in IsInteractiveGraphicSession() function in Host
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm426 bool Host::IsInteractiveGraphicSession() { function