Go to the documentation of this file.
9 #ifndef LLVM_DEBUGINFO_CODEVIEW_APPENDINGTYPETABLEBUILDER_H
10 #define LLVM_DEBUGINFO_CODEVIEW_APPENDINGTYPETABLEBUILDER_H
39 std::optional<TypeIndex>
getFirst()
override;
67 #endif // LLVM_DEBUGINFO_CODEVIEW_APPENDINGTYPETABLEBUILDER_H
~AppendingTypeTableBuilder()
std::optional< TypeIndex > getNext(TypeIndex Prev) override
This is an optimization pass for GlobalISel generic memory operations.
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
bool replaceType(TypeIndex &Index, CVType Data, bool Stabilize) override
ArrayRef< ArrayRef< uint8_t > > records() const
TypeIndex nextTypeIndex() const
bool contains(TypeIndex Index) override
StringRef getTypeName(TypeIndex Index) override
Allocate memory in an ever growing pool, as if by bump-pointer.
CVType getType(TypeIndex Index) override
BumpPtrAllocator & getAllocator()
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
StringRef - Represent a constant reference to a string, i.e.
uint32_t capacity() override
std::optional< TypeIndex > getFirst() override
TypeIndex writeLeafType(T &Record)
ArrayRef< uint8_t > serialize(T &Record)
TypeIndex insertRecordBytes(ArrayRef< uint8_t > &Record)
TypeIndex insertRecord(ContinuationRecordBuilder &Builder)
AppendingTypeTableBuilder(BumpPtrAllocator &Storage)