Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DFieldListRecordBuilder.h60 void writeVFPtr(const VFPtrRecord &Type);
DTypeRecord.h1086 class VFPtrRecord : public TypeRecord {
1088 VFPtrRecord(TypeIndex Type) in VFPtrRecord() function
1095 static ErrorOr<VFPtrRecord> deserialize(TypeRecordKind Kind,
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp343 ErrorOr<VFPtrRecord> VFPtrRecord::deserialize(TypeRecordKind Kind, in deserialize()
348 return VFPtrRecord(L->Type); in deserialize()
555 bool VFPtrRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
DFieldListRecordBuilder.cpp124 void FieldListRecordBuilder::writeVFPtr(const VFPtrRecord &Record) { in writeVFPtr()
DTypeDumper.cpp587 Error CVTypeDumper::visitVFPtr(VFPtrRecord &VFTable) { in visitVFPtr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h856 class VFPtrRecord : public TypeRecord {
858 VFPtrRecord() = default;
859 explicit VFPtrRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFPtrRecord() function
860 VFPtrRecord(TypeIndex Type) in VFPtrRecord() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h850 class VFPtrRecord : public TypeRecord {
852 VFPtrRecord() = default;
853 explicit VFPtrRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFPtrRecord() function
854 VFPtrRecord(TypeIndex Type) in VFPtrRecord() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp119 VFPtrRecord &vfptr) { in visitKnownMember()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp283 static VFPtrRecord VFPtr(TypeIndex(58));
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp512 VFPtrRecord &VFTable) { in visitKnownMember()
DTypeRecordMapping.cpp679 VFPtrRecord &Record) { in visitKnownMember()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp512 VFPtrRecord &VFTable) { in visitKnownMember()
DTypeRecordMapping.cpp680 VFPtrRecord &Record) { in visitKnownMember()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp589 VFPtrRecord &VFP) { in visitKnownMember()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp642 template <> void MemberRecordImpl<VFPtrRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp642 template <> void MemberRecordImpl<VFPtrRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2369 VFPtrRecord VFPR(getTypeIndex(Member->getBaseType())); in lowerRecordFieldList()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2399 VFPtrRecord VFPR(getTypeIndex(Member->getBaseType())); in lowerRecordFieldList()