Home
last modified time | relevance | path

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

/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/Core/
H A DValueObject.cpp1138 return scalar.GetAPSInt(); in GetValueAsAPSInt()