Searched refs:Inheritance (Results 1 – 6 of 6) sorted by relevance
365 inheritanceModelHasVBPtrOffsetField(MSInheritanceModel Inheritance) { in inheritanceModelHasVBPtrOffsetField() argument366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()372 MSInheritanceModel Inheritance) { in inheritanceModelHasNVOffsetField() argument373 return IsMemberFunction && Inheritance >= MSInheritanceModel::Multiple; in inheritanceModelHasNVOffsetField()377 inheritanceModelHasVBTableOffsetField(MSInheritanceModel Inheritance) { in inheritanceModelHasVBTableOffsetField() argument378 return Inheritance >= MSInheritanceModel::Virtual; in inheritanceModelHasVBTableOffsetField()382 MSInheritanceModel Inheritance) { in inheritanceModelHasOnlyOneField() argument384 return Inheritance <= MSInheritanceModel::Single; in inheritanceModelHasOnlyOneField()385 return Inheritance <= MSInheritanceModel::Multiple; in inheritanceModelHasOnlyOneField()
248 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local256 Inheritance)) in getMSMemberPointerSlots()258 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in getMSMemberPointerSlots()260 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in getMSMemberPointerSlots()
7 #################### Inheritance
2679 Inheritance)) in ConvertMemberPointerType()2681 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()2683 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()2708 Inheritance)) in GetNullMemberPointerFields()2710 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()2712 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()2747 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) { in EmitFullMemberPointer()2755 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitFullMemberPointer()2914 Inheritance)) in EmitMemberPointerComparison()3128 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitMemberDataPointerAddress()[all …]
2158 std::vector<const DIDerivedType *> Inheritance; member2245 Info.Inheritance.push_back(DDTy); in collectClassInfo()2388 for (const DIDerivedType *I : Info.Inheritance) { in lowerRecordFieldList()
360 FORK_TEST_ON(Capability, Inheritance, TmpFile("cap_openat_write_testfile")) {