Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3619 uint32_t OffsetInVBTable = 0; in getBaseClassDescriptor() local
3623 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
3631 Class.RD, Class.OffsetInVBase, VBPtrOffset, OffsetInVBTable, in getBaseClassDescriptor()
3654 llvm::ConstantInt::get(CGM.IntTy, OffsetInVBTable), in getBaseClassDescriptor()
4103 uint32_t OffsetInVBTable = 0; in getCatchableTypeArray() local
4106 OffsetInVBTable = in getCatchableTypeArray()
4117 VBPtrOffset, OffsetInVBTable)); in getCatchableTypeArray()