Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CategoryName

395       const StringRef &CategoryName,
879 const StringRef &CategoryName, const Selector MethodName,
885 CategoryName + "_" + MethodNameColonStripped).str();
1467 const StringRef &CategoryName,
1484 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName,
1921 const std::string CategoryName = "AnotherHack";
1922 Elements.push_back(MakeConstantString(CategoryName));
1926 ClassName, CategoryName, MethodSels, MethodTypes, false), PtrTy));
1929 ClassName, CategoryName, MethodSels, MethodTypes, true), PtrTy));
2004 std::string CategoryName = OCD->getNameAsString();
2034 Elements.push_back(MakeConstantString(CategoryName));
2038 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes,
2042 ClassName, CategoryName, ClassMethodSels, ClassMethodTypes, true),
2585 StringRef CategoryName = OCD ? OCD->getName() : "";
2593 std::string FunctionName = SymbolNameForMethod(ClassName, CategoryName,