Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3615 const CXXRecordDecl *RD, *VirtualRoot; member
3624 VirtualRoot = nullptr; in initialize()
3631 VirtualRoot = RD; in initialize()
3636 VirtualRoot = Parent->VirtualRoot; in initialize()
3825 if (Class.VirtualRoot) { in getBaseClassDescriptor()
3827 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
4301 if (Class.VirtualRoot) { in getCatchableTypeArray()
4303 VTableContext.getVBTableIndex(MostDerivedClass, Class.VirtualRoot)*4; in getCatchableTypeArray()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h663 TreeNodePtr VirtualRoot = DT.getNode(nullptr); in InsertEdge() local
664 FromTN = DT.createChild(From, VirtualRoot); in InsertEdge()