Home
last modified time | relevance | path

Searched refs:SaveTemps (Results 126 – 150 of 197) sorted by relevance

12345678

/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/bugpoint/
H A DToolRunner.cpp29 cl::opt<bool> SaveTemps("save-temps", cl::init(false),
493 FileRemover OutFileRemover(OutputAsmFile, !SaveTemps); in ExecuteProgram()
740 FileRemover OutputBinaryRemover(OutputBinary.str(), !SaveTemps); in ExecuteProgram()
/dports/devel/llvm70/llvm-7.0.1.src/tools/bugpoint/
H A DToolRunner.cpp30 cl::opt<bool> SaveTemps("save-temps", cl::init(false),
508 FileRemover OutFileRemover(OutputAsmFile, !SaveTemps); in ExecuteProgram()
756 FileRemover OutputBinaryRemover(OutputBinary.str(), !SaveTemps); in ExecuteProgram()
H A DMiscompilation.cpp961 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps); in TestCodeGenerator()
979 FileRemover SafeModuleBCRemover(SafeModuleBC.str(), !SaveTemps); in TestCodeGenerator()
986 FileRemover SharedObjectRemover(*SharedObject, !SaveTemps); in TestCodeGenerator()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/bugpoint/
H A DToolRunner.cpp29 cl::opt<bool> SaveTemps("save-temps", cl::init(false),
493 FileRemover OutFileRemover(OutputAsmFile, !SaveTemps); in ExecuteProgram()
740 FileRemover OutputBinaryRemover(OutputBinary.str(), !SaveTemps); in ExecuteProgram()
/dports/devel/llvm90/llvm-9.0.1.src/tools/gold/
H A Dgold-plugin.cpp1039 bool SaveTemps = !Filename.empty(); in runLTO() local
1046 Files[Task].second = !SaveTemps; in runLTO()
1047 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm80/llvm-8.0.1.src/tools/gold/
H A Dgold-plugin.cpp1020 bool SaveTemps = !Filename.empty(); in runLTO() local
1027 Files[Task].second = !SaveTemps; in runLTO()
1028 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm70/llvm-7.0.1.src/tools/gold/
H A Dgold-plugin.cpp1014 bool SaveTemps = !Filename.empty(); in runLTO() local
1021 Files[Task].second = !SaveTemps; in runLTO()
1022 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/gold/
H A Dgold-plugin.cpp1056 bool SaveTemps = !Filename.empty(); in runLTO() local
1063 Files[Task].second = !SaveTemps; in runLTO()
1064 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm11/llvm-11.0.1.src/tools/gold/
H A Dgold-plugin.cpp1056 bool SaveTemps = !Filename.empty(); in runLTO() local
1063 Files[Task].second = !SaveTemps; in runLTO()
1064 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/gold/
H A Dgold-plugin.cpp1079 bool SaveTemps = !Filename.empty(); in runLTO() local
1086 Files[Task].second = !SaveTemps; in runLTO()
1087 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm10/llvm-10.0.1.src/tools/gold/
H A Dgold-plugin.cpp1042 bool SaveTemps = !Filename.empty(); in runLTO() local
1049 Files[Task].second = !SaveTemps; in runLTO()
1050 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm10/llvm-10.0.1.src/tools/bugpoint/
H A DMiscompilation.cpp962 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps); in TestCodeGenerator()
980 FileRemover SafeModuleBCRemover(SafeModuleBC.str(), !SaveTemps); in TestCodeGenerator()
987 FileRemover SharedObjectRemover(*SharedObject, !SaveTemps); in TestCodeGenerator()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp1079 bool SaveTemps = !Filename.empty(); in runLTO() local
1086 Files[Task].second = !SaveTemps; in runLTO()
1087 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp962 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps); in TestCodeGenerator()
980 FileRemover SafeModuleBCRemover(SafeModuleBC.str(), !SaveTemps); in TestCodeGenerator()
987 FileRemover SharedObjectRemover(*SharedObject, !SaveTemps); in TestCodeGenerator()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp1042 bool SaveTemps = !Filename.empty(); in runLTO() local
1049 Files[Task].second = !SaveTemps; in runLTO()
1050 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/gold/
H A Dgold-plugin.cpp1068 bool SaveTemps = !Filename.empty(); in runLTO() local
1075 Files[Task].second = !SaveTemps; in runLTO()
1076 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/gold/
H A Dgold-plugin.cpp1079 bool SaveTemps = !Filename.empty(); in runLTO() local
1086 Files[Task].second = !SaveTemps; in runLTO()
1087 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm90/llvm-9.0.1.src/tools/bugpoint/
H A DMiscompilation.cpp962 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps); in TestCodeGenerator()
980 FileRemover SafeModuleBCRemover(SafeModuleBC.str(), !SaveTemps); in TestCodeGenerator()
987 FileRemover SharedObjectRemover(*SharedObject, !SaveTemps); in TestCodeGenerator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp1056 bool SaveTemps = !Filename.empty(); in runLTO() local
1063 Files[Task].second = !SaveTemps; in runLTO()
1064 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/gold/
H A Dgold-plugin.cpp1079 bool SaveTemps = !Filename.empty(); in runLTO() local
1086 Files[Task].second = !SaveTemps; in runLTO()
1087 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/gold/
H A Dgold-plugin.cpp1068 bool SaveTemps = !Filename.empty(); in runLTO() local
1075 Files[Task].second = !SaveTemps; in runLTO()
1076 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm80/llvm-8.0.1.src/tools/bugpoint/
H A DMiscompilation.cpp961 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps); in TestCodeGenerator()
979 FileRemover SafeModuleBCRemover(SafeModuleBC.str(), !SaveTemps); in TestCodeGenerator()
986 FileRemover SharedObjectRemover(*SharedObject, !SaveTemps); in TestCodeGenerator()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/gold/
H A Dgold-plugin.cpp1079 bool SaveTemps = !Filename.empty(); in runLTO() local
1086 Files[Task].second = !SaveTemps; in runLTO()
1087 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/gold/
H A Dgold-plugin.cpp1079 bool SaveTemps = !Filename.empty(); in runLTO() local
1086 Files[Task].second = !SaveTemps; in runLTO()
1087 int FD = getOutputFileName(Filename, /* TempOutFile */ !SaveTemps, in runLTO()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/bugpoint/
H A DMiscompilation.cpp1007 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps); in TestCodeGenerator()
1026 FileRemover SafeModuleBCRemover(SafeModuleBC.str(), !SaveTemps); in TestCodeGenerator()
1033 FileRemover SharedObjectRemover(*SharedObject, !SaveTemps); in TestCodeGenerator()

12345678