Searched refs:getSymbolNameForMethod (Results 1 – 4 of 4) sorted by relevance
119 std::string getSymbolNameForMethod(const ObjCMethodDecl *method,
468 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, in getSymbolNameForMethod() function in CGObjCRuntime
3135 TheModule.getFunction(getSymbolNameForMethod(OMD)); in GenerateMethodList()4156 getSymbolNameForMethod(OMD, /*include category*/ !isDirect); in GenerateMethod()
3852 auto Name = getSymbolNameForMethod(OMD); in GenerateMethod()3902 auto Name = getSymbolNameForMethod(OMD, /*include category*/ false); in GenerateDirectMethod()