Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h414 BasePath PathToBaseWithVPtr; member
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp2979 if (BaseDepth < WhichVFPtr.PathToBaseWithVPtr.size()) { in AddMethods()
2980 NextBase = WhichVFPtr.PathToBaseWithVPtr[BaseDepth]; in AddMethods()
3174 PrintBasePath(WhichVFPtr.PathToBaseWithVPtr, Out); in dumpLayout()
3614 Info->PathToBaseWithVPtr.clear(); in computeFullPathsForVFTables()
3618 Info->PathToBaseWithVPtr.push_back(BSO.getBase()); in computeFullPathsForVFTables()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp1479 if (Info->PathToBaseWithVPtr.empty()) { in emitVTableBitSetEntries()
1487 if (!CGM.IsCFIBlacklistedRecord(Info->PathToBaseWithVPtr.back())) in emitVTableBitSetEntries()
1489 VTable, AddressPoint, Info->PathToBaseWithVPtr.back())); in emitVTableBitSetEntries()
1493 for (unsigned I = Info->PathToBaseWithVPtr.size() - 1; I != 0; --I) { in emitVTableBitSetEntries()
1494 const CXXRecordDecl *DerivedRD = Info->PathToBaseWithVPtr[I - 1]; in emitVTableBitSetEntries()
1495 const CXXRecordDecl *BaseRD = Info->PathToBaseWithVPtr[I]; in emitVTableBitSetEntries()