Home
last modified time | relevance | path

Searched defs:GetEventBits (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DPThreadEvent.cpp48 uint32_t PThreadEvent::GetEventBits() const { in GetEventBits() function in PThreadEvent
/external/llvm-project/lldb/include/lldb/Utility/
DBroadcaster.h49 uint32_t GetEventBits() const { return m_event_bits; } in GetEventBits() function