Home | History | Annotate | Download | only in CppBackend

Lines Matching full:funcname

44 FuncName("cppfname", cl::desc("Specify the name of the generated function"),
121 void printFunction(const std::string& fname, const std::string& funcName );
123 void printInline(const std::string& fname, const std::string& funcName );
2002 const std::string& funcName) {
2003 const Function* F = TheModule->getFunction(funcName);
2005 error(std::string("Function '") + funcName + "' not found in input module");
2067 std::string fname = FuncName.getValue();