Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp64 int64_t SBTypeEnumMember::GetValueAsSigned() { in GetValueAsSigned() function in SBTypeEnumMember
H A DSBValue.cpp853 int64_t SBValue::GetValueAsSigned(SBError &error, int64_t fail_value) { GetValueAsSigned() function in SBValue
893 int64_t SBValue::GetValueAsSigned(int64_t fail_value) { GetValueAsSigned() function in SBValue
/llvm-project/lldb/include/lldb/Symbol/
H A DType.h842 int64_t GetValueAsSigned() const { return m_value.getSExtValue(); } GetValueAsSigned() function
/llvm-project/lldb/source/Core/
H A DValueObject.cpp