Home
last modified time | relevance | path

Searched refs:TestModuleBC (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DMiscompilation.cpp950 SmallString<128> TestModuleBC; in TestCodeGenerator() local
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()
1044 SmallString<128> TestModuleBC; in debugCodeGenerator() local
1054 if (writeProgramToFile(std::string(TestModuleBC.str()), TestModuleFD, in debugCodeGenerator()
1056 errs() << "Error writing bitcode to `" << TestModuleBC << "'\nExiting."; in debugCodeGenerator()
1083 outs() << " lli -load " << *SharedObject << " " << TestModuleBC; in debugCodeGenerator()
1085 outs() << " llc " << TestModuleBC << " -o " << TestModuleBC << ".s\n"; in debugCodeGenerator()
1087 << TestModuleBC << ".exe\n"; in debugCodeGenerator()
[all …]