Searched refs:GetKind (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h43 Kind GetKind() const { return m_kind; } function in class:ProcessMessage
107 assert(GetKind() == eExitMessage || GetKind() == eLimboMessage);
112 assert(GetKind() == eSignalMessage || GetKind() == eCrashMessage ||
113 GetKind() == eSignalDeliveredMessage);
118 assert(GetKind() == eSignalMessage);
123 assert(GetKind() == eCrashMessage);
128 assert(GetKind() == eCrashMessage);
133 assert(GetKind()
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.h30 return vendor->GetKind() >= eClangDeclVendor &&
31 vendor->GetKind() < eLastClangDeclVendor;
H A DClangModulesDeclVendor.h31 return vendor->GetKind() == eClangModuleDeclVendor;
H A DIRDynamicChecks.h36 return checker_funcs->GetKind() == DCF_Clang;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBQueue.i48 GetKind();
51 GetKind();
H A DSBQueueItem.i29 GetKind () const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDynamicCheckerFunctions.h55 DynamicCheckerFunctionsKind GetKind() const { return m_kind; } function in class:lldb_private::DynamicCheckerFunctions
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueueItem.h31 lldb::QueueItemKind GetKind() const;
H A DSBQueue.h55 lldb::QueueKind GetKind();
H A DSBType.h87 lldb::MemberFunctionKind GetKind();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp60 lldb::QueueItemKind SBQueueItem::GetKind() const { function in class:SBQueueItem
61 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::QueueItemKind, SBQueueItem, GetKind);
65 result = m_queue_item_sp->GetKind();
131 LLDB_REGISTER_METHOD_CONST(lldb::QueueItemKind, SBQueueItem, GetKind, ());
H A DSBQueue.cpp200 lldb::QueueKind GetKind() { function in class:lldb_private::QueueImpl
204 kind = queue_sp->GetKind();
326 lldb::QueueKind SBQueue::GetKind() { function in class:SBQueue
327 LLDB_RECORD_METHOD_NO_ARGS(lldb::QueueKind, SBQueue, GetKind);
329 return m_opaque_sp->GetKind();
355 LLDB_REGISTER_METHOD(lldb::QueueKind, SBQueue, GetKind, ());
H A DSBTypeSummary.cpp240 return m_opaque_sp->GetKind() == TypeSummaryImpl::Kind::eSummaryString;
377 if (m_opaque_sp->GetKind() != rhs.m_opaque_sp->GetKind())
380 switch (m_opaque_sp->GetKind()) {
456 (m_opaque_sp->GetKind() == TypeSummaryImpl::Kind::eScript)) {
457 if (m_opaque_sp->GetKind() ==
H A DSBType.cpp861 lldb::MemberFunctionKind SBTypeMemberFunction::GetKind() { function in class:SBTypeMemberFunction
863 GetKind);
866 return m_opaque_sp->GetKind();
1004 GetKind, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclVendor.h33 DeclVendorKind GetKind() const { return m_kind; } function in class:lldb_private::DeclVendor
H A DPostfixExpression.h44 Kind GetKind() const { return m_kind; } function in class:lldb_private::postfix::Node
70 static bool classof(const Node *node) { return node->GetKind() == BinaryOp; }
84 return node->GetKind() == InitialValue;
95 static bool classof(const Node *node) { return node->GetKind() == Integer; }
111 static bool classof(const Node *node) { return node->GetKind() == Register; }
125 static bool classof(const Node *node) { return node->GetKind() == Symbol; }
146 static bool classof(const Node *node) { return node->GetKind() == UnaryOp; }
177 switch (node->GetKind()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h27 return vendor->GetKind() == eAppleObjCDeclVendor;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueue.h130 lldb::QueueKind GetKind();
H A DQueueItem.h44 lldb::QueueItemKind GetKind();
H A DThreadPlan.h468 ThreadPlanKind GetKind() const { return m_kind; } function in class:lldb_private::ThreadPlan
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h51 Kind GetKind() const { return m_kind; } function in class:lldb_private::TypeSummaryImpl
296 return S->GetKind() == Kind::eSummaryString;
338 return S->GetKind() == Kind::eCallback;
384 return S->GetKind() == Kind::eScript;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DQueue.cpp87 lldb::QueueKind Queue::GetKind() { return m_kind; } function in class:Queue
H A DQueueItem.cpp32 QueueItemKind QueueItem::GetKind() { function in class:QueueItem
H A DThreadPlanStepRange.cpp129 GetKind() == eKindStepOverRange;
148 GetKind() == eKindStepOverRange;
334 const bool ignore_calls = GetKind() == eKindStepOverRange;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp355 switch (message.GetKind()) {
560 if (message.GetKind() == ProcessMessage::eCrashMessage) {

Completed in 294 milliseconds

12