Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h654 TreeNodePtr VirtualRoot = DT.getNode(nullptr); in InsertEdge() local
656 (DT.DomTreeNodes[From] = VirtualRoot->addChild( in InsertEdge()
657 llvm::make_unique<DomTreeNodeBase<NodeT>>(From, VirtualRoot))) in InsertEdge()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3411 const CXXRecordDecl *RD, *VirtualRoot; member
3420 VirtualRoot = nullptr; in initialize()
3427 VirtualRoot = RD; in initialize()
3432 VirtualRoot = Parent->VirtualRoot; in initialize()
3621 if (Class.VirtualRoot) { in getBaseClassDescriptor()
3623 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
4105 if (Class.VirtualRoot) { in getCatchableTypeArray()
4107 VTableContext.getVBTableIndex(MostDerivedClass, Class.VirtualRoot)*4; in getCatchableTypeArray()