Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeEnumMember.cpp64 int64_t SBTypeEnumMember::GetValueAsSigned() { in GetValueAsSigned() function in SBTypeEnumMember
H A DSBValue.cpp861 int64_t SBValue::GetValueAsSigned(SBError &error, int64_t fail_value) { in GetValueAsSigned() function in SBValue
901 int64_t SBValue::GetValueAsSigned(int64_t fail_value) { in GetValueAsSigned() function in SBValue
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h507 int64_t GetValueAsSigned() const { return m_value.getSExtValue(); } in GetValueAsSigned() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp1117 int64_t ValueObject::GetValueAsSigned(int64_t fail_value, bool *success) { in GetValueAsSigned() function in ValueObject