Home
last modified time | relevance | path

Searched refs:GetMask (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h37 uint64_t GetMask() const { in GetMask() function
43 return (register_value & GetMask()) >> m_start; in GetValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h169 if (log && ((log->GetMask() & mask) != 0)) in GetLog()
249 MaskType GetMask() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp130 Log::MaskType Log::GetMask() const { in GetMask() function in Log