Home | History | Annotate | Download | only in CodeGen

Lines Matching full:categoryname

349       const StringRef &CategoryName,
740 const StringRef &CategoryName, const Selector MethodName,
746 CategoryName + "_" + MethodNameColonStripped).str();
1325 const StringRef &CategoryName,
1342 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName,
1787 const std::string CategoryName = "AnotherHack";
1788 Elements.push_back(MakeConstantString(CategoryName));
1792 ClassName, CategoryName, MethodSels, MethodTypes, false), PtrTy));
1795 ClassName, CategoryName, MethodSels, MethodTypes, true), PtrTy));
1871 CategoryName = OCD->getNameAsString();
1905 Elements.push_back(MakeConstantString(CategoryName));
1909 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes,
1913 ClassName, CategoryName, ClassMethodSels, ClassMethodTypes, true),
2469 StringRef CategoryName = OCD ? OCD->getName() : "";
2477 std::string FunctionName = SymbolNameForMethod(ClassName, CategoryName,