Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp64 int64_t SBTypeEnumMember::GetValueAsSigned() { in GetValueAsSigned() function in SBTypeEnumMember
H A DSBValue.cpp850 int64_t SBValue::GetValueAsSigned(SBError &error, int64_t fail_value) { in GetValueAsSigned() function in SBValue
890 int64_t SBValue::GetValueAsSigned(int64_t fail_value) { in GetValueAsSigned() function in SBValue
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h811 int64_t GetValueAsSigned() const { return m_value.getSExtValue(); } in GetValueAsSigned() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1061 int64_t ValueObject::GetValueAsSigned(int64_t fail_value, bool *success) { in GetValueAsSigned() function in ValueObject