Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp56 lldb::QueueItemKind SBQueueItem::GetKind() const { in GetKind()
59 QueueItemKind result = eQueueItemKindUnknown; in GetKind()
66 void SBQueueItem::SetKind(lldb::QueueItemKind kind) { in SetKind()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueueItem.h33 lldb::QueueItemKind GetKind() const;
35 void SetKind(lldb::QueueItemKind kind);
/freebsd/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/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1001 enum QueueItemKind { enum
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48404 lldb::QueueItemKind result; in _wrap_SBQueueItem_GetKind()
48413 result = (lldb::QueueItemKind)((lldb::SBQueueItem const *)arg1)->GetKind(); in _wrap_SBQueueItem_GetKind()
48428 lldb::QueueItemKind arg2 ; in _wrap_SBQueueItem_SetKind()
48438 arg2 = (lldb::QueueItemKind)lua_tointeger(L, 2); in _wrap_SBQueueItem_SetKind()