Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MethodList

1484 /// Generates a MethodList.  Used in construction of a objc_class and
1749 llvm::Constant *MethodList =
1756 MethodList->getType(),
1757 MethodList->getType(),
1758 MethodList->getType(),
1759 MethodList->getType(),
1768 Elements.push_back(MethodList);
1769 Elements.push_back(MethodList);
1770 Elements.push_back(MethodList);
1771 Elements.push_back(MethodList);
2313 llvm::Constant *MethodList = GenerateMethodList(ClassName, "",
2371 MethodList, GenerateProtocolList(Protocols), IvarOffsetArray,