Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h690 class VFTableRecord : public TypeRecord {
692 VFTableRecord() = default;
693 explicit VFTableRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFTableRecord() function
694 VFTableRecord(TypeIndex CompleteClass, TypeIndex OverriddenVFTable, in VFTableRecord() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp126 Error TypeNameComputer::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp293 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) { in visitKnownRecord()
H A DTypeRecordMapping.cpp506 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, VFTableRecord &Record) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp381 VFTableRecord &VFT) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp591 template <> void LeafRecordImpl<VFTableRecord>::map(IO &IO) { in map()