Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp950 SmallString<128> TestModuleBC; in TestCodeGenerator() local
959 if (BD.writeProgramToFile(std::string(TestModuleBC), TestModuleFD, *Test)) { in TestCodeGenerator()
960 errs() << "Error writing bitcode to `" << TestModuleBC.str() in TestCodeGenerator()
965 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps); in TestCodeGenerator()
995 BD.getProgram(), std::string(TestModuleBC), *SharedObject, false); in TestCodeGenerator()
1042 SmallString<128> TestModuleBC; in debugCodeGenerator() local
1053 errs() << "Error writing bitcode to `" << TestModuleBC << "'\nExiting."; in debugCodeGenerator()
1080 outs() << " lli -load " << *SharedObject << " " << TestModuleBC; in debugCodeGenerator()
1082 outs() << " llc " << TestModuleBC << " -o " << TestModuleBC << ".s\n"; in debugCodeGenerator()
1084 << TestModuleBC << ".exe\n"; in debugCodeGenerator()
[all …]