Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:FuncName

42 FuncName("cppfname", cl::desc("Specify the name of the generated function"),
117 void printFunction(const std::string& fname, const std::string& funcName );
119 void printInline(const std::string& fname, const std::string& funcName );
1973 const std::string& funcName) {
1974 const Function* F = TheModule->getFunction(funcName);
1976 error(std::string("Function '") + funcName + "' not found in input module");
2038 std::string fname = FuncName.getValue();