| /NextBSD/contrib/llvm/lib/Support/ |
| HD | ToolOutputFile.cpp | 19 tool_output_file::CleanupInstaller::CleanupInstaller(StringRef Filename) in CleanupInstaller() 26 tool_output_file::CleanupInstaller::~CleanupInstaller() { in ~CleanupInstaller() 37 tool_output_file::tool_output_file(StringRef Filename, std::error_code &EC, in tool_output_file() function in tool_output_file 45 tool_output_file::tool_output_file(StringRef Filename, int FD) in tool_output_file() function in tool_output_file
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | ToolOutputFile.h | 26 class tool_output_file { 48 tool_output_file(StringRef Filename, std::error_code &EC, 51 tool_output_file(StringRef Filename, int FD);
|
| /NextBSD/contrib/llvm/tools/opt/ |
| HD | NewPMDriver.h | 30 class tool_output_file; variable 52 TargetMachine *TM, tool_output_file *Out,
|
| HD | opt.cpp | 369 std::unique_ptr<tool_output_file> Out; in main() 380 Out.reset(new tool_output_file(OutputFilename, EC, sys::fs::F_None)); in main() 469 Out = llvm::make_unique<tool_output_file>(OutputFilename, EC, in main()
|
| HD | NewPMDriver.cpp | 40 TargetMachine *TM, tool_output_file *Out, in runPassPipeline()
|
| /NextBSD/contrib/llvm/tools/bugpoint/ |
| HD | OptimizerDriver.cpp | 62 static bool writeProgramToFileAux(tool_output_file &Out, const Module *M) { in writeProgramToFileAux() 74 tool_output_file Out(Filename, FD); in writeProgramToFile() 81 tool_output_file Out(Filename, EC, sys::fs::F_None); in writeProgramToFile() 157 tool_output_file InFile(InputFilename, InputFD); in runPasses()
|
| HD | ExtractFunction.cpp | 362 tool_output_file BlocksToNotExtractFile(Filename.c_str(), FD); in extractMappedBlocksFromModule()
|
| /NextBSD/contrib/llvm/lib/TableGen/ |
| HD | Main.cpp | 58 tool_output_file DepOut(DependFilename, EC, sys::fs::F_Text); in createDependencyFile() 98 tool_output_file Out(OutputFilename, EC, sys::fs::F_Text); in TableGenMain()
|
| /NextBSD/contrib/llvm/tools/llvm-as/ |
| HD | llvm-as.cpp | 72 std::unique_ptr<tool_output_file> Out( in WriteOutputFile() 73 new tool_output_file(OutputFilename, EC, sys::fs::F_None)); in WriteOutputFile()
|
| /NextBSD/contrib/llvm/tools/llc/ |
| HD | llc.cpp | 101 static std::unique_ptr<tool_output_file> 159 auto FDOut = llvm::make_unique<tool_output_file>(OutputFilename, EC, in GetOutputStream() 299 std::unique_ptr<tool_output_file> Out = in compileModule()
|
| /NextBSD/contrib/llvm/tools/llvm-dis/ |
| HD | llvm-dis.cpp | 183 std::unique_ptr<tool_output_file> Out( in main() 184 new tool_output_file(OutputFilename, EC, sys::fs::F_None)); in main()
|
| /NextBSD/contrib/llvm/tools/llvm-mc/ |
| HD | llvm-mc.cpp | 210 static std::unique_ptr<tool_output_file> GetOutputStream() { in GetOutputStream() 215 auto Out = llvm::make_unique<tool_output_file>(OutputFilename, EC, in GetOutputStream() 466 std::unique_ptr<tool_output_file> Out = GetOutputStream(); in main()
|
| /NextBSD/contrib/llvm/tools/llvm-link/ |
| HD | llvm-link.cpp | 163 tool_output_file Out(OutputFilename, EC, sys::fs::F_None); in main()
|
| /NextBSD/contrib/llvm/lib/LTO/ |
| HD | LTOCodeGenerator.cpp | 204 tool_output_file Out(path, EC, sys::fs::F_None); in writeMergedModules() 239 tool_output_file objFile(Filename.c_str(), FD); in compileOptimizedToFile()
|
| /NextBSD/contrib/llvm/tools/llvm-extract/ |
| HD | llvm-extract.cpp | 270 tool_output_file Out(OutputFilename, EC, sys::fs::F_None); in main()
|
| /NextBSD/contrib/llvm/tools/llvm-stress/ |
| HD | llvm-stress.cpp | 700 std::unique_ptr<tool_output_file> Out; in main() 706 Out.reset(new tool_output_file(OutputFilename, EC, sys::fs::F_None)); in main()
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | ArchiveWriter.cpp | 280 tool_output_file Output(TmpArchive, TmpArchiveFD); in writeArchive()
|