Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DVTableBuilder.h608 const VPtrInfoVector &enumerateVBTables(const CXXRecordDecl *RD);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp99 const VBTableGlobals &VBGlobals = enumerateVBTables(RD); in getVBPtrOffsets()
630 const VBTableGlobals &enumerateVBTables(const CXXRecordDecl *RD);
1274 const VBTableGlobals &VBGlobals = enumerateVBTables(RD); in EmitVBPtrStores()
1998 MicrosoftCXXABI::enumerateVBTables(const CXXRecordDecl *RD) { in enumerateVBTables() function in MicrosoftCXXABI
2010 VBGlobals.VBTables = &Context.enumerateVBTables(RD); in enumerateVBTables()
2098 const VBTableGlobals &VBGlobals = enumerateVBTables(RD); in emitVirtualInheritanceTables()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DVTableBuilder.cpp3318 ForVBTables ? enumerateVBTables(Base) : getVFPtrOffsets(Base); in computeVTablePaths()
3756 MicrosoftVTableContext::enumerateVBTables(const CXXRecordDecl *RD) { in enumerateVBTables() function in MicrosoftVTableContext