Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IVars

379       llvm::Constant *IVars,
971 std::vector<llvm::Constant*> Ivars;
972 Ivars.push_back(NULLPtr);
973 Ivars.push_back(MakeConstantString(Str));
974 Ivars.push_back(llvm::ConstantInt::get(IntTy, Str.size()));
977 Ivars, ".objc_str");
1295 std::vector<llvm::Constant*> Ivars;
1302 Ivars.push_back(llvm::ConstantStruct::get(ObjCIvarTy, Elements));
1312 Elements.push_back(llvm::ConstantArray::get(ObjCIvarArrayTy, Ivars));
1330 llvm::Constant *IVars,
1352 IVars->getType(), // ivars
1383 Elements.push_back(IVars);
1925 // For non-fragile ivars, set the instance size to 0 - {the size of just this
2464 // is. This allows code compiled with non-fragile ivars to work correctly
2486 // must compile with the fragile ABI if you want to use ivars from a