Searched refs:runCmd (Results 1 – 4 of 4) sorted by relevance
58 runCmd(cmd); in cleanupPost()62 runCmd(cmd); in cleanupPost()65 runCmd(cmd); in cleanupPost()167 runCmd(cmd.c_str()); in getBitcodeFiles()229 runCmd("cp -f " + libpath + " " + mWorkingDir + "/" + libname); in copyRuntime()236 runCmd(std::string("rm -f ") + path); in removeIntermediateFile()
177 runCmd(cmd, /*dump=*/true); in translate()207 runCmd(os.str(), /*dump=*/true); in compile()259 runCmd(cmd, /*dump=*/true); in link()281 void BitcodeCompiler::runCmd(std::string cmd, bool dump) { in runCmd() function in BitcodeCompiler
206 void runCmd(std::string cmd, bool dump = false);
191 runCmd(std::string("rm -f ") + path); in removeIntermediateFile()