Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
3838 if (Class.VirtualRoot) { in getBaseClassDescriptor()
3840 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
4314 if (Class.VirtualRoot) { in getCatchableTypeArray()
4316 VTableContext.getVBTableIndex(MostDerivedClass, Class.VirtualRoot)*4; in getCatchableTypeArray()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h664 TreeNodePtr VirtualRoot = DT.getNode(nullptr); in InsertEdge() local
665 FromTN = DT.createChild(From, VirtualRoot); in InsertEdge()