Home
last modified time | relevance | path

Searched refs:hasVtableSlot (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp412 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 VTableContextBase
2929 if (MicrosoftVTableContext::hasVtableSlot(MD)) in GroupNewVirtualOverloads()
3521 if (!MicrosoftVTableContext::hasVtableSlot(MD)) in selectBestPath()
3660 assert(hasVtableSlot(MD)); in dumpMethodLocations()
[all …]
H A DRecordLayoutBuilder.cpp2865 if (MicrosoftVTableContext::hasVtableSlot(M) && in layoutNonVirtualBases()
3295 if (MicrosoftVTableContext::hasVtableSlot(MD) && in computeVtorDispSet()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h360 static bool hasVtableSlot(const CXXMethodDecl *MD);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1928 if (VTableContextBase::hasVtableSlot(Method)) { in CreateCXXMemberFunction()