| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeEnumMember.cpp | 70 int64_t SBTypeEnumMember::GetValueAsSigned() { in GetValueAsSigned() function in SBTypeEnumMember 71 LLDB_RECORD_METHOD_NO_ARGS(int64_t, SBTypeEnumMember, GetValueAsSigned); in GetValueAsSigned() 74 return m_opaque_sp->GetValueAsSigned(); in GetValueAsSigned() 214 LLDB_REGISTER_METHOD(int64_t, SBTypeEnumMember, GetValueAsSigned, ()); in RegisterMethods()
|
| H A D | SBValue.cpp | 890 int64_t SBValue::GetValueAsSigned(SBError &error, int64_t fail_value) { in GetValueAsSigned() function in SBValue 891 LLDB_RECORD_METHOD(int64_t, SBValue, GetValueAsSigned, in GetValueAsSigned() 900 ret_val = value_sp->GetValueAsSigned(fail_value, &success); in GetValueAsSigned() 932 int64_t SBValue::GetValueAsSigned(int64_t fail_value) { in GetValueAsSigned() function in SBValue 933 LLDB_RECORD_METHOD(int64_t, SBValue, GetValueAsSigned, (int64_t), fail_value); in GetValueAsSigned() 938 return value_sp->GetValueAsSigned(fail_value); in GetValueAsSigned() 1619 LLDB_REGISTER_METHOD(int64_t, SBValue, GetValueAsSigned, in RegisterMethods() 1623 LLDB_REGISTER_METHOD(int64_t, SBValue, GetValueAsSigned, (int64_t)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeEnumMember.i | 31 GetValueAsSigned(); 51 …signed = property(GetValueAsSigned, None, doc='''A read only property that returns the value of th…
|
| H A D | SBValue.i | 105 GetValueAsSigned(SBError& error, int64_t fail_value=0); 111 GetValueAsSigned(int64_t fail_value=0); 509 …signed = property(GetValueAsSigned, None, doc='''A read only property that returns the value of th…
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 57 int64_t GetValueAsSigned(lldb::SBError &error, int64_t fail_value = 0); 61 int64_t GetValueAsSigned(int64_t fail_value = 0);
|
| H A D | SBTypeEnumMember.h | 31 int64_t GetValueAsSigned();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxVariant.cpp | 76 int64_t index_value = index_sp->GetValueAsSigned(0); in LibcxxVariantGetIndexValidity()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | CF.cpp | 32 epoch = epoch + (time_t)valobj.GetValueAsSigned(0); in CFAbsoluteTimeSummaryProvider()
|
| H A D | Cocoa.cpp | 1064 int8_t value = (real_guy_sp->GetValueAsSigned(0) & 0xFF); in ObjCBOOLSummaryProvider()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 491 int64_t GetValueAsSigned() const { return m_value.getSExtValue(); } in GetValueAsSigned() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 490 return self.sbvalue.GetValueAsSigned() 496 return float (self.sbvalue.GetValueAsSigned())
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 446 virtual int64_t GetValueAsSigned(int64_t fail_value, bool *success = nullptr);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 1106 int64_t ValueObject::GetValueAsSigned(int64_t fail_value, bool *success) { in GetValueAsSigned() function in ValueObject
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 61312 result = (int64_t)(arg1)->GetValueAsSigned(); in _wrap_SBTypeEnumMember_GetValueAsSigned() 65731 result = (int64_t)(arg1)->GetValueAsSigned(*arg2,arg3); in _wrap_SBValue_GetValueAsSigned__SWIG_0() 65762 result = (int64_t)(arg1)->GetValueAsSigned(*arg2); in _wrap_SBValue_GetValueAsSigned__SWIG_1() 65854 result = (int64_t)(arg1)->GetValueAsSigned(arg2); in _wrap_SBValue_GetValueAsSigned__SWIG_2() 65878 result = (int64_t)(arg1)->GetValueAsSigned(); in _wrap_SBValue_GetValueAsSigned__SWIG_3()
|