Searched refs:runCmd (Results 1 – 4 of 4) sorted by relevance
52 runCmd(cmd); in cleanupPost()56 runCmd(cmd); in cleanupPost()59 runCmd(cmd); in cleanupPost()157 runCmd(cmd.c_str()); in getBitcodeFiles()215 runCmd("cp -f " + libpath + " " + mWorkingDir + "/" + libname); in copyRuntime()222 runCmd(std::string("rm -f ") + path); in removeIntermediateFile()
177 runCmd(cmd, /*dump=*/true); in translate()207 runCmd(os.str(), /*dump=*/true); in compile()252 runCmd(cmd, /*dump=*/true); in link()274 void BitcodeCompiler::runCmd(std::string cmd, bool dump) { in runCmd() function in BitcodeCompiler
198 void runCmd(std::string cmd, bool dump = false);
188 runCmd(std::string("rm -f ") + path); in removeIntermediateFile()