Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VTable

40   /// BuildVTablePointer - Build the vtable pointer for the given type.
493 llvm::Constant *VTable =
499 // The vtable address point is 2.
501 VTable = llvm::ConstantExpr::getInBoundsGetElementPtr(VTable, Two);
502 VTable = llvm::ConstantExpr::getBitCast(VTable, CGM.Int8PtrTy);
504 Fields.push_back(VTable);
524 // forces the vtable to be generated, we need to change the linkage of the
591 // Add the vtable pointer.