mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 03:46:07 +00:00

Given a TypeIndex or CVType return its size in bytes. Basically it is the inverse to 'CodeViewDebug::lowerTypeBasic', that returns a TypeIndex based in a size. Reviewed By: rnk, djtodoro Differential Revision: https://reviews.llvm.org/D129846