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.cpp3838 uint32_t OffsetInVBTable = 0; in getBaseClassDescriptor() local
3842 OffsetInVBTable = VTableContext.getVBTableIndex(RD, Class.VirtualRoot) * 4; in getBaseClassDescriptor()
3850 Class.RD, Class.OffsetInVBase, VBPtrOffset, OffsetInVBTable, in getBaseClassDescriptor()
3873 llvm::ConstantInt::get(CGM.IntTy, OffsetInVBTable), in getBaseClassDescriptor()
4312 uint32_t OffsetInVBTable = 0; in getCatchableTypeArray() local
4315 OffsetInVBTable = in getCatchableTypeArray()
4326 VBPtrOffset, OffsetInVBTable)); in getCatchableTypeArray()