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.cpp3628 const CXXRecordDecl *RD, *VirtualRoot; member
3637 VirtualRoot = nullptr; in initialize()
3644 VirtualRoot = RD; in initialize()
3649 VirtualRoot = Parent->VirtualRoot; in initialize()
3840 if (Class.VirtualRoot) { in getBaseClassDescriptor()
3842 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
4314 if (Class.VirtualRoot) { in getCatchableTypeArray()
4316 VTableContext.getVBTableIndex(MostDerivedClass, Class.VirtualRoot)*4; in getCatchableTypeArray()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h646 TreeNodePtr VirtualRoot = DT.getNode(nullptr); in InsertEdge() local
647 FromTN = DT.createChild(From, VirtualRoot); in InsertEdge()