Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3830 uint32_t OffsetInVBTable = 0; in getBaseClassDescriptor() local
3834 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
3842 Class.RD, Class.OffsetInVBase, VBPtrOffset, OffsetInVBTable, in getBaseClassDescriptor()
3865 llvm::ConstantInt::get(CGM.IntTy, OffsetInVBTable), in getBaseClassDescriptor()
4305 uint32_t OffsetInVBTable = 0; in getCatchableTypeArray() local
4308 OffsetInVBTable = in getCatchableTypeArray()
4319 VBPtrOffset, OffsetInVBTable)); in getCatchableTypeArray()