Home | History | Annotate | Download | only in CodeGen

Lines Matching full:categoryname

395       const StringRef &CategoryName,
902 const StringRef &CategoryName, const Selector MethodName,
908 CategoryName + "_" + MethodNameColonStripped).str();
1488 const StringRef &CategoryName,
1505 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName,
1949 const std::string CategoryName = "AnotherHack";
1950 Elements.push_back(MakeConstantString(CategoryName));
1954 ClassName, CategoryName, MethodSels, MethodTypes, false), PtrTy));
1957 ClassName, CategoryName, MethodSels, MethodTypes, true), PtrTy));
2033 std::string CategoryName = OCD->getNameAsString();
2067 Elements.push_back(MakeConstantString(CategoryName));
2071 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes,
2075 ClassName, CategoryName, ClassMethodSels, ClassMethodTypes, true),
2629 StringRef CategoryName = OCD ? OCD->getName() : "";
2637 std::string FunctionName = SymbolNameForMethod(ClassName, CategoryName,