/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeVTShape.h | 25 codeview::TypeIndex TI, codeview::VFTableShapeRecord SR); 39 codeview::VFTableShapeRecord Record;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeVTShape.h | 25 codeview::TypeIndex TI, codeview::VFTableShapeRecord SR); 39 codeview::VFTableShapeRecord Record;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeVTShape.cpp | 9 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
|
D | SymbolCache.cpp | 216 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>( in findSymbolByTypeIndex()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeVTShape.cpp | 9 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
|
D | SymbolCache.cpp | 226 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>( in findSymbolByTypeIndex()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeTableBuilder.h | 50 TypeIndex writeVFTableShape(const VFTableShapeRecord &Record);
|
D | TypeRecord.h | 618 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/ |
D | TypeRecord.cpp | 186 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()
|
D | TypeTableBuilder.cpp | 175 TypeTableBuilder::writeVFTableShape(const VFTableShapeRecord &Record) { in writeVFTableShape()
|
D | TypeDumper.cpp | 476 Error CVTypeDumper::visitVFTableShape(VFTableShapeRecord &Shape) { in visitVFTableShape()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 558 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/ |
D | TypeRecord.h | 552 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/ |
D | RecordName.cpp | 206 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 403 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 452 VFTableShapeRecord &Record) { in visitKnownRecord()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 208 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 403 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 453 VFTableShapeRecord &Record) { in visitKnownRecord()
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 212 static VFTableShapeRecord VTableShape({});
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 452 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 548 template <> void LeafRecordImpl<VFTableShapeRecord>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 548 template <> void LeafRecordImpl<VFTableShapeRecord>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1939 VFTableShapeRecord VFTSR(Slots); in lowerTypeVFTableShape()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1960 VFTableShapeRecord VFTSR(Slots); in lowerTypeVFTableShape()
|