Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Vtable

1166   // vtable for gnustep::libobjc::__objc_class_type_info
1170 llvm::Constant *Vtable = TheModule.getGlobalVariable(vtableName);
1171 if (!Vtable) {
1172 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true,
1176 Vtable = llvm::ConstantExpr::getGetElementPtr(Vtable, Two);
1177 Vtable = llvm::ConstantExpr::getBitCast(Vtable, PtrToInt8Ty);
1183 fields.push_back(Vtable);