Searched defs:MethodList (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1463 /// Generates a MethodList. Used in construction of a objc_class and
1728 llvm::Constant *MethodList = local
1735 MethodList->getType(),
1736 MethodList->getType(),
1737 MethodList->getType(),
1738 MethodList->getType(),
1747 Elements.push_back(MethodList);
1748 Elements.push_back(MethodList);
1749 Elements.push_back(MethodList);
1750 Elements.push_back(MethodList);
2269 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", local
[all...]

Completed in 87 milliseconds