| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ |
| HD | ProcessMessage.h | 49 Kind GetKind() const { return m_kind; } in GetKind() function 112 assert(GetKind() == eExitMessage || GetKind() == eLimboMessage); in GetExitStatus() 117 assert(GetKind() == eSignalMessage || GetKind() == eCrashMessage || in GetSignal() 118 GetKind() == eSignalDeliveredMessage); in GetSignal() 123 assert(GetKind() == eSignalMessage); in GetStopStatus() 128 assert(GetKind() == eCrashMessage); in GetCrashReason() 133 assert(GetKind() == eCrashMessage); in GetFaultAddress() 138 assert(GetKind() == eWatchpointMessage || GetKind() == eTraceMessage); in GetHWAddress() 143 assert(GetKind() == eNewThreadMessage); in GetChildTID()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| HD | JSON.h | 51 GetKind() const in GetKind() function 84 return V->GetKind() == JSONValue::Kind::String; in classof() 128 return V->GetKind() == JSONValue::Kind::Number; in classof() 156 return V->GetKind() == JSONValue::Kind::True; in classof() 179 return V->GetKind() == JSONValue::Kind::False; in classof() 202 return V->GetKind() == JSONValue::Kind::Null; in classof() 225 return V->GetKind() == JSONValue::Kind::Object; in classof() 260 return V->GetKind() == JSONValue::Kind::Array; in classof()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBQueue.cpp | 282 GetKind () in GetKind() function in lldb_private::QueueImpl 287 kind = queue_sp->GetKind(); in GetKind() 447 SBQueue::GetKind () in GetKind() function in SBQueue 449 return m_opaque_sp->GetKind(); in GetKind()
|
| HD | SBQueueItem.cpp | 77 SBQueueItem::GetKind () const in GetKind() function in SBQueueItem 83 result = m_queue_item_sp->GetKind (); in GetKind()
|
| HD | SBType.cpp | 836 SBTypeMemberFunction::GetKind () in GetKind() function in SBTypeMemberFunction 839 return m_opaque_sp->GetKind(); in GetKind()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBQueueItem.h | 34 GetKind () const;
|
| HD | SBQueue.h | 68 GetKind ();
|
| HD | SBType.h | 102 GetKind();
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Queue.h | 178 GetKind ();
|
| HD | QueueItem.h | 53 GetKind ();
|
| HD | ThreadPlan.h | 448 ThreadPlanKind GetKind() const in GetKind() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Queue.cpp | 131 Queue::GetKind () in GetKind() function in Queue
|
| HD | QueueItem.cpp | 44 QueueItem::GetKind() in GetKind() function in QueueItem
|
| HD | ThreadPlanStepInRange.cpp | 421 …if (should_stop_here && current_plan->GetKind() == eKindStepInRange && operation == eFrameCompareY… in DefaultShouldStopHereCallback()
|
| HD | Thread.cpp | 671 if (cur_plan->GetKind() == ThreadPlan::eKindStepOverBreakpoint) in SetupForResume() 1483 if (m_plan_stack[i]->GetKind() == ThreadPlan::eKindCallFunction) in UnwindInnermostExpression()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | ProcessPOSIX.cpp | 366 switch (message.GetKind()) in SendMessage() 503 if (message.GetKind() == ProcessMessage::eNewThreadMessage) in RefreshStateAfterStop() 523 if (message.GetKind() == ProcessMessage::eExitMessage) in RefreshStateAfterStop()
|
| HD | POSIXThread.cpp | 346 switch (message.GetKind()) in Notify() 583 assert(message.GetKind() == ProcessMessage::eCrashMessage); in CrashNotify()
|
| HD | ProcessFreeBSD.cpp | 243 switch (message.GetKind()) in SendMessage()
|
| HD | ProcessMonitor.cpp | 1223 stop_monitoring = message.GetKind() == ProcessMessage::eExitMessage; in MonitorCallback()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTDiagnostic.cpp | 738 return GetKind() == Invalid; in Empty() 742 DiffKind GetKind() { in GetKind() function in __anon4149a5770111::TemplateDiff::DiffTree 1389 switch (Tree.GetKind()) { in TreeToString()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | Type.h | 885 GetKind () const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Type.cpp | 1338 TypeMemberFunctionImpl::GetKind () const in GetKind() function in TypeMemberFunctionImpl
|