Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:FuncName

43 FuncName("cppfname", cl::desc("Specify the name of the generated function"),
118 void printFunction(const std::string& fname, const std::string& funcName );
120 void printInline(const std::string& fname, const std::string& funcName );
2016 const std::string& funcName) {
2017 const Function* F = TheModule->getFunction(funcName);
2019 error(std::string("Function '") + funcName + "' not found in input module");
2081 std::string fname = FuncName.getValue();