Lines Matching refs:VBIndex
764 uint32_t VBIndex = 0);
2157 unsigned VBIndex = Context.getVBTableIndex(ObjectWithVPtr, VBase); in emitVBTableDefinition() local
2158 assert(Offsets[VBIndex] == nullptr && "The same vbindex seen twice?"); in emitVBTableDefinition()
2159 Offsets[VBIndex] = llvm::ConstantInt::get(CGM.IntTy, Offset.getQuantity()); in emitVBTableDefinition()
2236 if (RA.Virtual.Microsoft.VBIndex) { in performReturnAdjustment()
2237 assert(RA.Virtual.Microsoft.VBIndex > 0); in performReturnAdjustment()
2242 IntSize * RA.Virtual.Microsoft.VBIndex, &VBPtr); in performReturnAdjustment()
3286 llvm::Value *VBIndex = Builder.CreateExactUDiv( in EmitNonNullMemberPointerConversion() local
3291 Mapping->getAggregateElement(cast<llvm::Constant>(VBIndex)); in EmitNonNullMemberPointerConversion()
3293 llvm::Value *Idxs[] = {getZeroInt(), VBIndex}; in EmitNonNullMemberPointerConversion()
4064 uint32_t VBIndex) { in getCatchableType() argument
4080 VBPtrOffset, VBIndex, Out); in getCatchableType()
4131 llvm::ConstantInt::get(CGM.IntTy, VBIndex), // VBTableIndex in getCatchableType()