Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3336 const CXXRecordDecl *RD, *VirtualRoot; member
3345 VirtualRoot = nullptr; in initialize()
3352 VirtualRoot = RD; in initialize()
3357 VirtualRoot = Parent->VirtualRoot; in initialize()
3544 if (Class.VirtualRoot) { in getBaseClassDescriptor()
3546 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
4017 if (Class.VirtualRoot) { in getCatchableTypeArray()
4019 VTableContext.getVBTableIndex(MostDerivedClass, Class.VirtualRoot)*4; in getCatchableTypeArray()