Searched refs:TestModuleBC (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 950 SmallString<128> TestModuleBC; in TestCodeGenerator() local 953 TestModuleFD, TestModuleBC); in TestCodeGenerator() 959 if (BD.writeProgramToFile(std::string(TestModuleBC.str()), TestModuleFD, in TestCodeGenerator() 961 errs() << "Error writing bitcode to `" << TestModuleBC.str() in TestCodeGenerator() 966 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps); in TestCodeGenerator() 997 BD.getProgram(), std::string(TestModuleBC.str()), *SharedObject, false); in TestCodeGenerator() 1044 SmallString<128> TestModuleBC; in debugCodeGenerator() local 1047 TestModuleFD, TestModuleBC); in debugCodeGenerator() 1054 if (writeProgramToFile(std::string(TestModuleBC.str()), TestModuleFD, in debugCodeGenerator() 1056 errs() << "Error writing bitcode to `" << TestModuleBC << "'\nExiting."; in debugCodeGenerator() [all …]
|