HomeSort by: relevance | last modified time | path
    Searched refs:VirtualRoot (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 3522 const CXXRecordDecl *RD, *VirtualRoot;
3531 VirtualRoot = nullptr;
3538 VirtualRoot = RD;
3543 VirtualRoot = Parent->VirtualRoot;
3732 if (Class.VirtualRoot) {
3734 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4;
4208 if (Class.VirtualRoot) {
4210 VTableContext.getVBTableIndex(MostDerivedClass, Class.VirtualRoot)*4;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 665 TreeNodePtr VirtualRoot = DT.getNode(nullptr);
666 FromTN = DT.createChild(From, VirtualRoot);

Completed in 27 milliseconds