Searched refs:getSymbolNameForMethod (Results 1 – 4 of 4) sorted by relevance
120 std::string getSymbolNameForMethod(const ObjCMethodDecl *method,
474 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, in getSymbolNameForMethod() function in CGObjCRuntime
2912 TheModule.getFunction(getSymbolNameForMethod(OMD)); in GenerateMethodList()3958 std::string FunctionName = getSymbolNameForMethod(OMD); in GenerateMethod()
3968 auto Name = getSymbolNameForMethod(OMD); in GenerateMethod()4020 auto Name = getSymbolNameForMethod(OMD, /*include category*/ false); in GenerateDirectMethod()