Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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.cpp525 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, VFTableRecord &Record) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h405 Error visitKnownRecord(CVType &Record, VFTableRecord &VFT, TypeIndex TI,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp386 VFTableRecord &VFT) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp595 template <> void LeafRecordImpl<VFTableRecord>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2507 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, VFTableRecord &VFT, in visitKnownRecord()