Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CategoryName

395       const StringRef &CategoryName,
877 const StringRef &CategoryName, const Selector MethodName,
883 CategoryName + "_" + MethodNameColonStripped).str();
1463 const StringRef &CategoryName,
1480 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName,
1924 const std::string CategoryName = "AnotherHack";
1925 Elements.push_back(MakeConstantString(CategoryName));
1929 ClassName, CategoryName, MethodSels, MethodTypes, false), PtrTy));
1932 ClassName, CategoryName, MethodSels, MethodTypes, true), PtrTy));
2008 std::string CategoryName = OCD->getNameAsString();
2042 Elements.push_back(MakeConstantString(CategoryName));
2046 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes,
2050 ClassName, CategoryName, ClassMethodSels, ClassMethodTypes, true),
2604 StringRef CategoryName = OCD ? OCD->getName() : "";
2612 std::string FunctionName = SymbolNameForMethod(ClassName, CategoryName,