Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp388 for (const auto &VtableComponent : VtableLayout.vtable_components()) { in hasAnyUnusedVirtualInlineFunction() local
390 if (!VtableComponent.isUsedFunctionPointerKind()) in hasAnyUnusedVirtualInlineFunction()
393 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in hasAnyUnusedVirtualInlineFunction()
397 StringRef Name = CGM.getMangledName(VtableComponent.getGlobalDecl()); in hasAnyUnusedVirtualInlineFunction()
414 for (const auto &VtableComponent : VtableLayout.vtable_components()) { in isVTableHidden() local
415 if (VtableComponent.isRTTIKind()) { in isVTableHidden()
416 const CXXRecordDecl *RTTIDecl = VtableComponent.getRTTIDecl(); in isVTableHidden()
419 } else if (VtableComponent.isUsedFunctionPointerKind()) { in isVTableHidden()
420 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl(); in isVTableHidden()