Lines Matching defs:VTT
465 // This constructor/destructor does not need a VTT parameter.
475 // If this is a delegating constructor call, just load the VTT.
481 "doing no-op VTT offset in base dtor/ctor?");
492 assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!");
496 // A VTT parameter was passed to the constructor, use it.
497 llvm::Value *VTT = LoadCXXVTT();
498 return Builder.CreateConstInBoundsGEP1_64(VoidPtrTy, VTT, SubVTTIndex);
500 // We're the complete constructor, so get the VTT by name.
501 llvm::GlobalValue *VTT = CGM.getVTables().GetAddrOfVTT(RD);
503 VTT->getValueType(), VTT, 0, SubVTTIndex);
2434 // FIXME: The location of the VTT parameter in the parameter list is