Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3825 uint32_t OffsetInVBTable = 0; in getBaseClassDescriptor() local
3829 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
3837 Class.RD, Class.OffsetInVBase, VBPtrOffset, OffsetInVBTable, in getBaseClassDescriptor()
3860 llvm::ConstantInt::get(CGM.IntTy, OffsetInVBTable), in getBaseClassDescriptor()
4299 uint32_t OffsetInVBTable = 0; in getCatchableTypeArray() local
4302 OffsetInVBTable = in getCatchableTypeArray()
4313 VBPtrOffset, OffsetInVBTable)); in getCatchableTypeArray()