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

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

Completed in 115 milliseconds