Home | History | Annotate | Download | only in CppBackend

Lines Matching full:varname

121     void printVariable(const std::string& fname, const std::string& varName );
2046 const std::string& varName) {
2047 const GlobalVariable* GV = TheModule->getNamedGlobal(varName);
2050 error(std::string("Variable '") + varName + "' not found in input module");