| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ |
| D | ProcessMessage.h | 43 Kind GetKind() const { return m_kind; } in GetKind() function 107 assert(GetKind() == eExitMessage || GetKind() == eLimboMessage); in GetExitStatus() 112 assert(GetKind() == eSignalMessage || GetKind() == eCrashMessage || in GetSignal() 113 GetKind() == eSignalDeliveredMessage); in GetSignal() 118 assert(GetKind() == eSignalMessage); in GetStopStatus() 123 assert(GetKind() == eCrashMessage); in GetCrashReason() 128 assert(GetKind() == eCrashMessage); in GetFaultAddress() 133 assert(GetKind() == eWatchpointMessage || GetKind() == eTraceMessage); in GetHWAddress() 138 assert(GetKind() == eNewThreadMessage); in GetChildTID()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/ |
| D | PostfixExpression.h | 44 Kind GetKind() const { return m_kind; } in GetKind() function 70 static bool classof(const Node *node) { return node->GetKind() == BinaryOp; } in classof() 84 return node->GetKind() == InitialValue; in classof() 95 static bool classof(const Node *node) { return node->GetKind() == Integer; } in classof() 111 static bool classof(const Node *node) { return node->GetKind() == Register; } in classof() 125 static bool classof(const Node *node) { return node->GetKind() == Symbol; } in classof() 146 static bool classof(const Node *node) { return node->GetKind() == UnaryOp; } in classof() 177 switch (node->GetKind()) { in Dispatch()
|
| D | DeclVendor.h | 33 DeclVendorKind GetKind() const { return m_kind; } in GetKind() function
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | JSON.h | 35 Kind GetKind() const { return m_kind; } in GetKind() function 59 return V->GetKind() == JSONValue::Kind::String; in classof() 120 return V->GetKind() == JSONValue::Kind::Number; in classof() 145 return V->GetKind() == JSONValue::Kind::True; in classof() 163 return V->GetKind() == JSONValue::Kind::False; in classof() 181 return V->GetKind() == JSONValue::Kind::Null; in classof() 199 return V->GetKind() == JSONValue::Kind::Object; in classof() 243 return V->GetKind() == JSONValue::Kind::Array; in classof()
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBTypeSummary.cpp | 212 return m_opaque_sp->GetKind() == TypeSummaryImpl::Kind::eSummaryString; in IsSummaryString() 339 if (m_opaque_sp->GetKind() != rhs.m_opaque_sp->GetKind()) in IsEqualTo() 342 switch (m_opaque_sp->GetKind()) { in IsEqualTo() 417 (m_opaque_sp->GetKind() == TypeSummaryImpl::Kind::eScript)) { in ChangeSummaryType() 418 if (m_opaque_sp->GetKind() == in ChangeSummaryType()
|
| D | SBQueue.cpp | 194 lldb::QueueKind GetKind() { in GetKind() function in lldb_private::QueueImpl 198 kind = queue_sp->GetKind(); in GetKind() 316 lldb::QueueKind SBQueue::GetKind() { in GetKind() function in SBQueue 319 return m_opaque_sp->GetKind(); in GetKind()
|
| D | SBQueueItem.cpp | 56 lldb::QueueItemKind SBQueueItem::GetKind() const { in GetKind() function in SBQueueItem 61 result = m_queue_item_sp->GetKind(); in GetKind()
|
| D | SBType.cpp | 869 lldb::MemberFunctionKind SBTypeMemberFunction::GetKind() { in GetKind() function in SBTypeMemberFunction 873 return m_opaque_sp->GetKind(); in GetKind()
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBQueue.i | 51 GetKind(); 54 GetKind();
|
| D | SBQueueItem.i | 32 GetKind () const;
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangDeclVendor.h | 33 return vendor->GetKind() >= eClangDeclVendor && in classof() 34 vendor->GetKind() < eLastClangDeclVendor; in classof()
|
| D | ClangModulesDeclVendor.h | 30 return vendor->GetKind() == eClangModuleDeclVendor; in classof()
|
| D | IRDynamicChecks.h | 36 return checker_funcs->GetKind() == DCF_Clang; in classof()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| D | TypeSummary.h | 51 Kind GetKind() const { return m_kind; } in GetKind() function 297 return S->GetKind() == Kind::eSummaryString; in classof() 340 return S->GetKind() == Kind::eCallback; in classof() 388 return S->GetKind() == Kind::eScript; in classof()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Expression/ |
| D | DynamicCheckerFunctions.h | 55 DynamicCheckerFunctionsKind GetKind() const { return m_kind; } in GetKind() function
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBQueueItem.h | 31 lldb::QueueItemKind GetKind() const;
|
| D | SBQueue.h | 55 lldb::QueueKind GetKind();
|
| D | SBType.h | 87 lldb::MemberFunctionKind GetKind();
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | ThreadPlanStepRange.cpp | 128 GetKind() == eKindStepOverRange; in InRange() 147 GetKind() == eKindStepOverRange; in InRange() 330 const bool ignore_calls = GetKind() == eKindStepOverRange; in SetNextBranchBreakpoint()
|
| D | Queue.cpp | 87 lldb::QueueKind Queue::GetKind() { return m_kind; } in GetKind() function in Queue
|
| D | QueueItem.cpp | 32 QueueItemKind QueueItem::GetKind() { in GetKind() function in QueueItem
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCDeclVendor.h | 27 return vendor->GetKind() == eAppleObjCDeclVendor; in classof()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | Queue.h | 130 lldb::QueueKind GetKind();
|
| D | QueueItem.h | 44 lldb::QueueItemKind GetKind();
|
| D | ThreadPlan.h | 425 ThreadPlanKind GetKind() const { return m_kind; } in GetKind() function
|