Home
last modified time | relevance | path

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

/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()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h534 class VFTableShapeRecord : public TypeRecord {
536 VFTableShapeRecord() = default;
537 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFTableShapeRecord() function
538 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() function
540 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp207 VFTableShapeRecord &Shape) { in visitKnownRecord()
DTypeRecordMapping.cpp262 VFTableShapeRecord &Record) { in visitKnownRecord()
DTypeDumpVisitor.cpp403 VFTableShapeRecord &Shape) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp213 static VFTableShapeRecord VTableShape({});
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp418 VFTableShapeRecord &Shape) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp549 template <> void LeafRecordImpl<VFTableShapeRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1756 VFTableShapeRecord VFTSR(Slots); in lowerTypeVFTableShape()