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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.h120 std::string getSymbolNameForMethod(const ObjCMethodDecl *method,
H A DCGObjCRuntime.cpp474 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, function in class:CGObjCRuntime
H A DCGObjCGNU.cpp2912 TheModule.getFunction(getSymbolNameForMethod(OMD));
3958 std::string FunctionName = getSymbolNameForMethod(OMD);
H A DCGObjCMac.cpp3968 auto Name = getSymbolNameForMethod(OMD);
4020 auto Name = getSymbolNameForMethod(OMD, /*include category*/ false);

Completed in 279 milliseconds