llvm-project/llvm/lib/DebugInfo/CodeView
Carlos Alberto Enciso a3f7a2c183 [CodeView] Add function to get size in bytes for TypeIndex/CVType.
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
2022-08-08 08:48:23 +01:00
..
AppendingTypeTableBuilder.cpp
CMakeLists.txt
CodeViewError.cpp ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
CodeViewRecordIO.cpp [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
ContinuationRecordBuilder.cpp Don't use Optional::hasValue (NFC) 2022-06-20 11:33:56 -07:00
CVSymbolVisitor.cpp
CVTypeVisitor.cpp
DebugChecksumsSubsection.cpp
DebugCrossExSubsection.cpp
DebugCrossImpSubsection.cpp
DebugFrameDataSubsection.cpp
DebugInlineeLinesSubsection.cpp
DebugLinesSubsection.cpp
DebugStringTableSubsection.cpp
DebugSubsection.cpp
DebugSubsectionRecord.cpp
DebugSubsectionVisitor.cpp
DebugSymbolRVASubsection.cpp
DebugSymbolsSubsection.cpp
EnumTables.cpp
Formatters.cpp
GlobalTypeTableBuilder.cpp
LazyRandomTypeCollection.cpp
Line.cpp
MergingTypeTableBuilder.cpp
RecordName.cpp
RecordSerialization.cpp
SimpleTypeSerializer.cpp
StringsAndChecksums.cpp
SymbolDumper.cpp
SymbolRecordHelpers.cpp
SymbolRecordMapping.cpp
SymbolSerializer.cpp Don't use Optional::hasValue (NFC) 2022-06-20 11:33:56 -07:00
TypeDumpVisitor.cpp [llvm] Qualify auto (NFC) 2022-08-07 23:55:27 -07:00
TypeHashing.cpp
TypeIndex.cpp
TypeIndexDiscovery.cpp
TypeRecordHelpers.cpp [CodeView] Add function to get size in bytes for TypeIndex/CVType. 2022-08-08 08:48:23 +01:00
TypeRecordMapping.cpp [llvm] A macro of if should be wrapped in do ... while (false) 2022-07-15 00:27:05 -07:00
TypeStreamMerger.cpp
TypeTableCollection.cpp