Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp963 SmallString<128> SafeModuleBC; in TestCodeGenerator() local
966 SafeModuleBC); in TestCodeGenerator()
973 if (BD.writeProgramToFile(std::string(SafeModuleBC), SafeModuleFD, *Safe)) { in TestCodeGenerator()
974 errs() << "Error writing bitcode to `" << SafeModuleBC << "'\nExiting."; in TestCodeGenerator()
978 FileRemover SafeModuleBCRemover(SafeModuleBC.str(), !SaveTemps); in TestCodeGenerator()
981 BD.compileSharedObject(std::string(SafeModuleBC)); in TestCodeGenerator()
1053 SmallString<128> SafeModuleBC; in debugCodeGenerator() local
1056 SafeModuleBC); in debugCodeGenerator()
1063 if (writeProgramToFile(std::string(SafeModuleBC), SafeModuleFD, in debugCodeGenerator()
1065 errs() << "Error writing bitcode to `" << SafeModuleBC << "'\nExiting."; in debugCodeGenerator()
[all …]