Home
last modified time | relevance | path

Searched refs:GetAPSInt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxSpan.cpp124 m_num_elements = arg->value.GetAPSInt().getLimitedValue(); in Update()
H A DGenericBitset.cpp98 size = arg->value.GetAPSInt().getLimitedValue(); in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h184 llvm::APSInt GetAPSInt() const { return m_integer; } in GetAPSInt() function
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1160 return scalar.GetAPSInt(); in GetValueAsAPSInt()