Searched refs:hasVtableSlot (Results 1 – 4 of 4) sorted by relevance
412 if (!VTableContextBase::hasVtableSlot(MD)) in dump()490 assert(VTableContextBase::hasVtableSlot(LHS) && "LHS must be virtual!"); in MethodsCanShareVCallOffset()491 assert(VTableContextBase::hasVtableSlot(RHS) && "RHS must be virtual!"); in MethodsCanShareVCallOffset()706 if (!VTableContextBase::hasVtableSlot(MD)) in AddVCallOffsets()1497 if (!ItaniumVTableContext::hasVtableSlot(MD)) in AddMethods()2177 if (!ItaniumVTableContext::hasVtableSlot(MD)) in dumpLayout()2264 bool VTableContextBase::hasVtableSlot(const CXXMethodDecl *MD) { in hasVtableSlot() function in VTableContextBase2929 if (MicrosoftVTableContext::hasVtableSlot(MD)) in GroupNewVirtualOverloads()3521 if (!MicrosoftVTableContext::hasVtableSlot(MD)) in selectBestPath()3660 assert(hasVtableSlot(MD)); in dumpMethodLocations()[all …]
2865 if (MicrosoftVTableContext::hasVtableSlot(M) && in layoutNonVirtualBases()3295 if (MicrosoftVTableContext::hasVtableSlot(MD) && in computeVtorDispSet()
360 static bool hasVtableSlot(const CXXMethodDecl *MD);
1928 if (VTableContextBase::hasVtableSlot(Method)) { in CreateCXXMemberFunction()