Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h119 std::string getSymbolNameForMethod(const ObjCMethodDecl *method,
H A DCGObjCRuntime.cpp394 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, in getSymbolNameForMethod() function in CGObjCRuntime
H A DCGObjCGNU.cpp2827 TheModule.getFunction(getSymbolNameForMethod(OMD)); in GenerateMethodList()
3874 std::string FunctionName = getSymbolNameForMethod(OMD); in GenerateMethod()
H A DCGObjCMac.cpp4028 auto Name = getSymbolNameForMethod(OMD); in GenerateMethod()
4080 auto Name = getSymbolNameForMethod(OMD, /*include category*/ false); in GenerateDirectMethod()