Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h120 std::string getSymbolNameForMethod(const ObjCMethodDecl *method,
H A DCGObjCRuntime.cpp469 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, in getSymbolNameForMethod() function in CGObjCRuntime
H A DCGObjCGNU.cpp3039 TheModule.getFunction(getSymbolNameForMethod(OMD)); in GenerateMethodList()
4066 getSymbolNameForMethod(OMD, /*include category*/ !isDirect); in GenerateMethod()
H A DCGObjCMac.cpp3947 auto Name = getSymbolNameForMethod(OMD); in GenerateMethod()
3998 auto Name = getSymbolNameForMethod(OMD, /*include category*/ false); in GenerateDirectMethod()