Home
last modified time | relevance | path

Searched refs:getSymbolNameForMethod (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCRuntime.h120 std::string getSymbolNameForMethod(const ObjCMethodDecl *method,
HDCGObjCRuntime.cpp469 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, in getSymbolNameForMethod() function in CGObjCRuntime
HDCGObjCGNU.cpp3038 TheModule.getFunction(getSymbolNameForMethod(OMD)); in GenerateMethodList()
4065 getSymbolNameForMethod(OMD, /*include category*/ !isDirect); in GenerateMethod()
HDCGObjCMac.cpp3954 auto Name = getSymbolNameForMethod(OMD); in GenerateMethod()
4005 auto Name = getSymbolNameForMethod(OMD, /*include category*/ false); in GenerateDirectMethod()