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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp78 uint64_t SBTypeEnumMember::GetValueAsUnsigned() { function in class:SBTypeEnumMember
H A DSBValue.cpp911 uint64_t SBValue::GetValueAsUnsigned(SBError &error, uint64_t fail_value) { function in class:SBValue
943 uint64_t SBValue::GetValueAsUnsigned(uint64_t fail_value) { function in class:SBValue
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h477 uint64_t GetValueAsUnsigned() const { return m_value.getZExtValue(); } function in class:lldb_private::Type::TypeEnumMemberImpl
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1196 uint64_t ValueObject::GetValueAsUnsigned(uint64_t fail_value, bool *success) { function in class:ValueObject

Completed in 100 milliseconds