Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp76 static std::pair<size_t, bool> GetIntegralTypeInfo(TypeIndex ti, in GetIntegralTypeInfo() function
88 return GetIntegralTypeInfo(mfr.ModifiedType, tpi); in GetIntegralTypeInfo()
93 return GetIntegralTypeInfo(pr.ReferentType, tpi); in GetIntegralTypeInfo()
98 return GetIntegralTypeInfo(er.UnderlyingType, tpi); in GetIntegralTypeInfo()
229 std::tie(size, is_signed) = GetIntegralTypeInfo(underlying_ti, tpi); in MakeConstantLocationExpression()