Home
last modified time | relevance | path

Searched defs:GetValueAsUnsigned (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp72 uint64_t SBTypeEnumMember::GetValueAsUnsigned() { in GetValueAsUnsigned() function in SBTypeEnumMember
H A DSBValue.cpp888 uint64_t SBValue::GetValueAsUnsigned(SBError &error, uint64_t fail_value) { in GetValueAsUnsigned() function in SBValue
919 uint64_t SBValue::GetValueAsUnsigned(uint64_t fail_value) { in GetValueAsUnsigned() function in SBValue
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h840 uint64_t GetValueAsUnsigned() const { return m_value.getZExtValue(); } in GetValueAsUnsigned() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1088 uint64_t ValueObject::GetValueAsUnsigned(uint64_t fail_value, bool *success) { in GetValueAsUnsigned() function in ValueObject