Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
3827 if (Class.VirtualRoot) { in getBaseClassDescriptor()
3829 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
4301 if (Class.VirtualRoot) { in getCatchableTypeArray()
4303 VTableContext.getVBTableIndex(MostDerivedClass, Class.VirtualRoot)*4; in getCatchableTypeArray()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h660 TreeNodePtr VirtualRoot = DT.getNode(nullptr); in InsertEdge() local
661 FromTN = DT.createChild(From, VirtualRoot); in InsertEdge()