Home | History | Annotate | Download | only in CodeGen

Lines Matching full:vtable

39   /// VTableAddressPointsMapTy - Address points for a single vtable.
65 /// CreateVTableInitializer - Create a vtable initializer for the given record
67 /// \param Components - The vtable components; this is really an array of
80 /// \brief True if the VTable of this record must be emitted in the
102 /// GetAddrOfVTable - Get the address of the vtable for the given record decl.
105 /// EmitVTableDefinition - Emit the definition of the given vtable.
106 void EmitVTableDefinition(llvm::GlobalVariable *VTable,
110 /// GenerateConstructionVTable - Generate a construction vtable for the given
122 /// EmitVTTDefinition - Emit the definition of the given vtable.
131 /// upon definition of a KeyFunction. This includes the vtable, the
134 /// \param Linkage - The desired linkage of the vtable, the RTTI and the VTT.