Lines Matching defs:VTable
40 /// BuildVTablePointer - Build the vtable pointer for the given type.
497 llvm::Constant *VTable =
503 // The vtable address point is 2.
505 VTable = llvm::ConstantExpr::getInBoundsGetElementPtr(VTable, Two);
506 VTable = llvm::ConstantExpr::getBitCast(VTable, CGM.Int8PtrTy);
508 Fields.push_back(VTable);
542 // Add the vtable pointer.