Home
last modified time | relevance | path

Searched refs:QueueItemKind (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp60 lldb::QueueItemKind SBQueueItem::GetKind() const { in GetKind()
61 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::QueueItemKind, SBQueueItem, GetKind); in GetKind()
63 QueueItemKind result = eQueueItemKindUnknown; in GetKind()
70 void SBQueueItem::SetKind(lldb::QueueItemKind kind) { in SetKind()
71 LLDB_RECORD_METHOD(void, SBQueueItem, SetKind, (lldb::QueueItemKind), kind); in SetKind()
131 LLDB_REGISTER_METHOD_CONST(lldb::QueueItemKind, SBQueueItem, GetKind, ()); in RegisterMethods()
132 LLDB_REGISTER_METHOD(void, SBQueueItem, SetKind, (lldb::QueueItemKind)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h44 lldb::QueueItemKind GetKind();
50 void SetKind(lldb::QueueItemKind item_kind);
147 lldb::QueueItemKind m_kind;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBQueueItem.i31 lldb::QueueItemKind
35 SetKind (lldb::QueueItemKind kind);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueueItem.h31 lldb::QueueItemKind GetKind() const;
33 void SetKind(lldb::QueueItemKind kind);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp32 QueueItemKind QueueItem::GetKind() { in GetKind()
37 void QueueItem::SetKind(QueueItemKind item_kind) { m_kind = item_kind; } in SetKind()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h933 enum QueueItemKind { enum
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42187 lldb::QueueItemKind result; in _wrap_SBQueueItem_GetKind()
42196 result = (lldb::QueueItemKind)((lldb::SBQueueItem const *)arg1)->GetKind(); in _wrap_SBQueueItem_GetKind()
42211 lldb::QueueItemKind arg2 ; in _wrap_SBQueueItem_SetKind()
42221 arg2 = (lldb::QueueItemKind)(int)lua_tonumber(L, 2); in _wrap_SBQueueItem_SetKind()