Lines Matching defs:TestModuleBC
950 SmallString<128> TestModuleBC;
953 TestModuleFD, TestModuleBC);
959 if (BD.writeProgramToFile(std::string(TestModuleBC), TestModuleFD, *Test)) {
960 errs() << "Error writing bitcode to `" << TestModuleBC.str()
965 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps);
995 BD.getProgram(), std::string(TestModuleBC), *SharedObject, false);
1042 SmallString<128> TestModuleBC;
1045 TestModuleFD, TestModuleBC);
1052 if (writeProgramToFile(std::string(TestModuleBC), TestModuleFD, *ToCodeGen)) {
1053 errs() << "Error writing bitcode to `" << TestModuleBC << "'\nExiting.";
1080 outs() << " lli -load " << *SharedObject << " " << TestModuleBC;
1082 outs() << " llc " << TestModuleBC << " -o " << TestModuleBC << ".s\n";
1083 outs() << " cc " << *SharedObject << " " << TestModuleBC.str() << ".s -o "
1084 << TestModuleBC << ".exe\n";
1085 outs() << " ./" << TestModuleBC << ".exe";