Home
last modified time | relevance | path

Searched refs:GetValueTypeForUnsignedIntegerWithByteSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DScalar.h174 GetValueTypeForUnsignedIntegerWithByteSize(size_t byte_size);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp1062 Scalar::GetValueTypeForUnsignedIntegerWithByteSize(size_t byte_size) { in GetValueTypeForUnsignedIntegerWithByteSize() function in Scalar
2235 m_type = Scalar::GetValueTypeForUnsignedIntegerWithByteSize(byte_size); in SetValueFromCString()