Lines Matching defs:TestModuleBC
945 SmallString<128> TestModuleBC;
948 TestModuleFD, TestModuleBC);
954 if (BD.writeProgramToFile(std::string(TestModuleBC), TestModuleFD, *Test)) {
955 errs() << "Error writing bitcode to `" << TestModuleBC.str()
960 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps);
990 BD.getProgram(), std::string(TestModuleBC), *SharedObject, false);
1037 SmallString<128> TestModuleBC;
1040 TestModuleFD, TestModuleBC);
1047 if (writeProgramToFile(std::string(TestModuleBC), TestModuleFD, *ToCodeGen)) {
1048 errs() << "Error writing bitcode to `" << TestModuleBC << "'\nExiting.";
1075 outs() << " lli -load " << *SharedObject << " " << TestModuleBC;
1077 outs() << " llc " << TestModuleBC << " -o " << TestModuleBC << ".s\n";
1078 outs() << " cc " << *SharedObject << " " << TestModuleBC.str() << ".s -o "
1079 << TestModuleBC << ".exe\n";
1080 outs() << " ./" << TestModuleBC << ".exe";