Home
last modified time | relevance | path

Searched refs:SetBit (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DRegisterValue.cpp843 bool RegisterValue::SetBit(uint32_t bit) { in SetBit() function in RegisterValue
854 return m_scalar.SetBit(bit); in SetBit()
H A DScalar.cpp881 bool Scalar::SetBit(uint32_t bit) { in SetBit() function in Scalar
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRegisterValue.h144 bool SetBit(uint32_t bit);
H A DScalar.h79 bool SetBit(uint32_t bit);