Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h851 class VFPtrRecord : public TypeRecord {
853 VFPtrRecord() = default;
854 explicit VFPtrRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFPtrRecord() function
855 VFPtrRecord(TypeIndex Type) in VFPtrRecord() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp137 VFPtrRecord &vfptr) { in visitKnownMember()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp592 VFPtrRecord &VFP) { in visitKnownMember()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp283 static VFPtrRecord VFPtr(TypeIndex(58));
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp513 VFPtrRecord &VFTable) { in visitKnownMember()
H A DTypeRecordMapping.cpp725 VFPtrRecord &Record) { in visitKnownMember()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp650 template <> void MemberRecordImpl<VFPtrRecord>::map(IO &IO) { in map()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2541 VFPtrRecord VFPR(getTypeIndex(Member->getBaseType())); in lowerRecordFieldList()