Home
last modified time | relevance | path

Searched refs:VFTableRecord (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h691 class VFTableRecord : public TypeRecord {
693 VFTableRecord() = default;
694 explicit VFTableRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFTableRecord() function
695 VFTableRecord(TypeIndex CompleteClass, TypeIndex OverriddenVFTable, in VFTableRecord() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp130 Error TypeNameComputer::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp294 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) { in visitKnownRecord()
H A DTypeRecordMapping.cpp526 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, VFTableRecord &Record) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp384 VFTableRecord &VFT) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp211 static VFTableRecord VFTable(TypeIndex(38), TypeIndex(39), 1, "VFT", {});
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp594 template <> void LeafRecordImpl<VFTableRecord>::map(IO &IO) { in map()