Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:FuncName

41 FuncName("cppfname", cl::desc("Specify the name of the generated function"),
116 void printFunction(const std::string& fname, const std::string& funcName );
118 void printInline(const std::string& fname, const std::string& funcName );
1836 const std::string& funcName) {
1837 const Function* F = TheModule->getFunction(funcName);
1839 error(std::string("Function '") + funcName + "' not found in input module");
1901 std::string fname = FuncName.getValue();