Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3621 const CXXRecordDecl *RD, *VirtualRoot; member
3630 VirtualRoot = nullptr; in initialize()
3637 VirtualRoot = RD; in initialize()
3642 VirtualRoot = Parent->VirtualRoot; in initialize()
3832 if (Class.VirtualRoot) { in getBaseClassDescriptor()
3834 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
4307 if (Class.VirtualRoot) { in getCatchableTypeArray()
4309 VTableContext.getVBTableIndex(MostDerivedClass, Class.VirtualRoot)*4; in getCatchableTypeArray()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h662 TreeNodePtr VirtualRoot = DT.getNode(nullptr); in InsertEdge() local
663 FromTN = DT.createNode(From, VirtualRoot); in InsertEdge()