Searched refs:hasVtableSlot (Results 1 – 3 of 3) sorted by relevance
411 if (!VTableContextBase::hasVtableSlot(MD)) in dump()489 assert(VTableContextBase::hasVtableSlot(LHS) && "LHS must be virtual!"); in MethodsCanShareVCallOffset()490 assert(VTableContextBase::hasVtableSlot(RHS) && "LHS must be virtual!"); in MethodsCanShareVCallOffset()700 if (!VTableContextBase::hasVtableSlot(MD)) in AddVCallOffsets()1088 assert(VTableContextBase::hasVtableSlot(MD) && "Method is not virtual!"); in visitAllOverriddenMethods()1492 if (!ItaniumVTableContext::hasVtableSlot(MD)) in AddMethods()2172 if (!ItaniumVTableContext::hasVtableSlot(MD)) in dumpLayout()2260 bool VTableContextBase::hasVtableSlot(const CXXMethodDecl *MD) { in hasVtableSlot() function in VTableContextBase2925 if (MicrosoftVTableContext::hasVtableSlot(MD)) in GroupNewVirtualOverloads()3521 if (!MicrosoftVTableContext::hasVtableSlot(MD)) in selectBestPath()[all …]
2743 if (MicrosoftVTableContext::hasVtableSlot(M) && in layoutNonVirtualBases()3145 if (MicrosoftVTableContext::hasVtableSlot(MD) && in computeVtorDispSet()
359 static bool hasVtableSlot(const CXXMethodDecl *MD);