Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.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
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDRecordName.cpp130 Error TypeNameComputer::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) { in visitKnownRecord()
HDTypeDumpVisitor.cpp294 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) { in visitKnownRecord()
HDTypeRecordMapping.cpp525 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, VFTableRecord &Record) { in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.h405 Error visitKnownRecord(CVType &Record, VFTableRecord &VFT, TypeIndex TI,
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp386 VFTableRecord &VFT) { in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp595 template <> void LeafRecordImpl<VFTableRecord>::map(IO &IO) { in map()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp2507 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, VFTableRecord &VFT, in visitKnownRecord()