Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp72 uint64_t SBTypeEnumMember::GetValueAsUnsigned() { in GetValueAsUnsigned() function in SBTypeEnumMember
H A DSBValue.cpp873 uint64_t SBValue::GetValueAsUnsigned(SBError &error, uint64_t fail_value) { GetValueAsUnsigned() function in SBValue
904 uint64_t SBValue::GetValueAsUnsigned(uint64_t fail_value) { GetValueAsUnsigned() function in SBValue
/llvm-project/lldb/include/lldb/Symbol/
H A DType.h840 uint64_t GetValueAsUnsigned() const { return m_value.getZExtValue(); } GetValueAsUnsigned() function
/llvm-project/lldb/source/Core/
H A DValueObject.cpp