Home
last modified time | relevance | path

Searched refs:VFTableShapeRecord (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h50 TypeIndex writeVFTableShape(const VFTableShapeRecord &Record);
DTypeRecord.h618 class VFTableShapeRecord : public TypeRecord {
620 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() function
622 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() function
629 static ErrorOr<VFTableShapeRecord> deserialize(TypeRecordKind Kind,
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp186 ErrorOr<VFTableShapeRecord>
187 VFTableShapeRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) { in deserialize()
209 return VFTableShapeRecord(Slots); in deserialize()
478 bool VFTableShapeRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
DTypeTableBuilder.cpp175 TypeTableBuilder::writeVFTableShape(const VFTableShapeRecord &Record) { in writeVFTableShape()
DTypeDumper.cpp476 Error CVTypeDumper::visitVFTableShape(VFTableShapeRecord &Shape) { in visitVFTableShape()