Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp77 static std::pair<size_t, bool> GetIntegralTypeInfo(TypeIndex ti, in GetIntegralTypeInfo() function
89 return GetIntegralTypeInfo(mfr.ModifiedType, tpi); in GetIntegralTypeInfo()
94 return GetIntegralTypeInfo(pr.ReferentType, tpi); in GetIntegralTypeInfo()
99 return GetIntegralTypeInfo(er.UnderlyingType, tpi); in GetIntegralTypeInfo()
235 std::tie(size, is_signed) = GetIntegralTypeInfo(underlying_ti, tpi); in MakeConstantLocationExpression()