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