Home
last modified time | relevance | path

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

/freebsd/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()
1094 assert(VTableContextBase::hasVtableSlot(MD) && "Method is not virtual!"); in visitAllOverriddenMethods()
1527 if (!ItaniumVTableContext::hasVtableSlot(MD)) in AddMethods()
2241 if (!ItaniumVTableContext::hasVtableSlot(MD)) in dumpLayout()
2328 bool VTableContextBase::hasVtableSlot(const CXXMethodDecl *MD) { in hasVtableSlot() function in VTableContextBase
3022 if (MicrosoftVTableContext::hasVtableSlot(MD)) in GroupNewVirtualOverloads()
3614 if (!MicrosoftVTableContext::hasVtableSlot(MD)) in selectBestPath()
[all …]
H A DRecordLayoutBuilder.cpp2877 if (MicrosoftVTableContext::hasVtableSlot(M) && in layoutNonVirtualBases()
3307 if (MicrosoftVTableContext::hasVtableSlot(MD) && in computeVtorDispSet()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h360 static bool hasVtableSlot(const CXXMethodDecl *MD);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2054 if (VTableContextBase::hasVtableSlot(Method)) { in CreateCXXMemberFunction()