Searched refs:VFTableRecord (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 691 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 D | RecordName.cpp | 130 Error TypeNameComputer::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) { in visitKnownRecord()
|
H A D | TypeDumpVisitor.cpp | 294 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) { in visitKnownRecord()
|
H A D | TypeRecordMapping.cpp | 525 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, VFTableRecord &Record) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 405 Error visitKnownRecord(CVType &Record, VFTableRecord &VFT, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 386 VFTableRecord &VFT) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 595 template <> void LeafRecordImpl<VFTableRecord>::map(IO &IO) { in map()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2507 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, VFTableRecord &VFT, in visitKnownRecord()
|