Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeVTShape.h25 codeview::TypeIndex TI, codeview::VFTableShapeRecord SR);
39 codeview::VFTableShapeRecord Record;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeVTShape.h25 codeview::TypeIndex TI, codeview::VFTableShapeRecord SR);
39 codeview::VFTableShapeRecord Record;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeVTShape.cpp9 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
DSymbolCache.cpp216 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>( in findSymbolByTypeIndex()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeVTShape.cpp9 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
DSymbolCache.cpp226 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>( in findSymbolByTypeIndex()
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h558 class VFTableShapeRecord : public TypeRecord {
560 VFTableShapeRecord() = default;
561 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFTableShapeRecord() function
562 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() function
564 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h552 class VFTableShapeRecord : public TypeRecord {
554 VFTableShapeRecord() = default;
555 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFTableShapeRecord() function
556 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() function
558 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp206 VFTableShapeRecord &Shape) { in visitKnownRecord()
DTypeDumpVisitor.cpp403 VFTableShapeRecord &Shape) { in visitKnownRecord()
DTypeRecordMapping.cpp452 VFTableShapeRecord &Record) { in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp208 VFTableShapeRecord &Shape) { in visitKnownRecord()
DTypeDumpVisitor.cpp403 VFTableShapeRecord &Shape) { in visitKnownRecord()
DTypeRecordMapping.cpp453 VFTableShapeRecord &Record) { in visitKnownRecord()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp212 static VFTableShapeRecord VTableShape({});
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp452 VFTableShapeRecord &Shape) { in visitKnownRecord()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp548 template <> void LeafRecordImpl<VFTableShapeRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp548 template <> void LeafRecordImpl<VFTableShapeRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1939 VFTableShapeRecord VFTSR(Slots); in lowerTypeVFTableShape()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1960 VFTableShapeRecord VFTSR(Slots); in lowerTypeVFTableShape()