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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h691 class VFTableRecord : public TypeRecord { class in namespace:llvm::codeview
693 VFTableRecord() = default;
694 explicit VFTableRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::VFTableRecord
695 VFTableRecord(TypeIndex CompleteClass, TypeIndex OverriddenVFTable, function in class:llvm::codeview::VFTableRecord
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp130 Error TypeNameComputer::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) {
H A DTypeDumpVisitor.cpp293 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) {
H A DTypeRecordMapping.cpp525 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, VFTableRecord &Record) {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp385 VFTableRecord &VFT) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h405 Error visitKnownRecord(CVType &Record, VFTableRecord &VFT, TypeIndex TI,
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp594 template <> void LeafRecordImpl<VFTableRecord>::map(IO &IO) {
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2507 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, VFTableRecord &VFT,

Completed in 147 milliseconds