10 #ifndef LLVM_DEBUGINFO_CODEVIEW_APPENDINGTYPETABLEBUILDER_H 11 #define LLVM_DEBUGINFO_CODEVIEW_APPENDINGTYPETABLEBUILDER_H 70 #endif // LLVM_DEBUGINFO_CODEVIEW_TYPETABLEBUILDER_H
AppendingTypeTableBuilder(BumpPtrAllocator &Storage)
Optional< TypeIndex > getNext(TypeIndex Prev) override
This class represents lattice values for constants.
ArrayRef< ArrayRef< uint8_t > > records() const
TypeIndex writeLeafType(T &Record)
This file defines the MallocAllocator and BumpPtrAllocator interfaces.
Optional< TypeIndex > getFirst() override
~AppendingTypeTableBuilder()
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory)...
uint32_t capacity() override
StringRef getTypeName(TypeIndex Index) override
Allocate memory in an ever growing pool, as if by bump-pointer.
ArrayRef< uint8_t > serialize(T &Record)
CVType getType(TypeIndex Index) override
TypeIndex insertRecordBytes(ArrayRef< uint8_t > &Record)
TypeIndex insertRecord(ContinuationRecordBuilder &Builder)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small...
BumpPtrAllocator & getAllocator()
TypeIndex nextTypeIndex() const
bool contains(TypeIndex Index) override
StringRef - Represent a constant reference to a string, i.e.