Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp518 static std::pair<size_t, bool> GetIntegralTypeInfo(TypeIndex ti, in GetIntegralTypeInfo() function
530 return GetIntegralTypeInfo(mfr.ModifiedType, tpi); in GetIntegralTypeInfo()
535 return GetIntegralTypeInfo(pr.ReferentType, tpi); in GetIntegralTypeInfo()
540 return GetIntegralTypeInfo(er.UnderlyingType, tpi); in GetIntegralTypeInfo()
650 std::tie(size, is_signed) = GetIntegralTypeInfo(underlying_ti, tpi); in MakeConstantLocationExpression()