Home
last modified time | relevance | path

Searched refs:VFPtrRecord (Results 1 – 12 of 12) 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-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h822 class VFPtrRecord : public TypeRecord {
824 VFPtrRecord() = default;
825 explicit VFPtrRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in VFPtrRecord() function
826 VFPtrRecord(TypeIndex Type) in VFPtrRecord() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp467 VFPtrRecord &Record) { in visitKnownMember()
DTypeDumpVisitor.cpp512 VFPtrRecord &VFTable) { in visitKnownMember()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp555 VFPtrRecord &VFP) { in visitKnownMember()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp284 static VFPtrRecord VFPtr(TypeIndex(58));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp643 template <> void MemberRecordImpl<VFPtrRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2169 VFPtrRecord VFPR(getTypeIndex(Member->getBaseType())); in lowerRecordFieldList()