Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DProcessMessage.cpp17 const char *ProcessMessage::PrintKind(Kind kind) { in PrintKind() function in ProcessMessage
61 const char *ProcessMessage::PrintKind() const { return PrintKind(m_kind); } in PrintKind() function in ProcessMessage
DProcessMessage.h144 const char *PrintKind() const;
146 static const char *PrintKind(Kind);
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp343 __FUNCTION__, message.PrintKind(), GetID()); in Notify()