Home
last modified time | relevance | path

Searched refs:ToolOutputFile (Results 1 – 25 of 39) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DToolOutputFile.cpp18 ToolOutputFile::CleanupInstaller::CleanupInstaller(StringRef Filename) in CleanupInstaller()
25 ToolOutputFile::CleanupInstaller::~CleanupInstaller() { in ~CleanupInstaller()
36 ToolOutputFile::ToolOutputFile(StringRef Filename, std::error_code &EC, in ToolOutputFile() function in ToolOutputFile
44 ToolOutputFile::ToolOutputFile(StringRef Filename, int FD) in ToolOutputFile() function in ToolOutputFile
DCodeGenCoverage.cpp105 std::unique_ptr<ToolOutputFile> CoverageFile = in emit()
106 std::make_unique<ToolOutputFile>(CoverageFilename, EC, OpenFlags); in emit()
DCMakeLists.txt145 ToolOutputFile.cpp
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DToolOutputFile.cpp20 ToolOutputFile::CleanupInstaller::CleanupInstaller(StringRef Filename) in CleanupInstaller()
27 ToolOutputFile::CleanupInstaller::~CleanupInstaller() { in ~CleanupInstaller()
40 ToolOutputFile::ToolOutputFile(StringRef Filename, std::error_code &EC, in ToolOutputFile() function in ToolOutputFile
55 ToolOutputFile::ToolOutputFile(StringRef Filename, int FD) in ToolOutputFile() function in ToolOutputFile
DCodeGenCoverage.cpp92 std::unique_ptr<ToolOutputFile> CoverageFile = in emit()
93 std::make_unique<ToolOutputFile>(CoverageFilename, EC, OpenFlags); in emit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DToolOutputFile.h25 class ToolOutputFile {
47 ToolOutputFile(StringRef Filename, std::error_code &EC,
50 ToolOutputFile(StringRef Filename, int FD);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DToolOutputFile.h26 class ToolOutputFile {
54 ToolOutputFile(StringRef Filename, std::error_code &EC,
57 ToolOutputFile(StringRef Filename, int FD);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DLLVMRemarkStreamer.h27 class ToolOutputFile; variable
85 Expected<std::unique_ptr<ToolOutputFile>>
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/
DLTO.h38 class ToolOutputFile; variable
86 Expected<std::unique_ptr<ToolOutputFile>> setupLLVMOptimizationRemarks(
92 Expected<std::unique_ptr<ToolOutputFile>>
425 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile;
DLTOBackend.h62 std::unique_ptr<ToolOutputFile> DiagOutputFile);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DMain.cpp70 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_None); in createDependencyFile()
130 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_None); in TableGenMain()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
DMain.cpp75 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_Text); in createDependencyFile()
149 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h245 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile;
246 std::unique_ptr<ToolOutputFile> StatsFile = nullptr;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h244 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile;
246 std::unique_ptr<ToolOutputFile> StatsFile = nullptr;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DLLVMRemarkStreamer.cpp95 Expected<std::unique_ptr<ToolOutputFile>> llvm::setupLLVMOptimizationRemarks( in setupLLVMOptimizationRemarks()
115 std::make_unique<ToolOutputFile>(RemarksFilename, EC, Flags); in setupLLVMOptimizationRemarks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DRemarkStreamer.cpp144 Expected<std::unique_ptr<ToolOutputFile>>
166 std::make_unique<ToolOutputFile>(RemarksFilename, EC, Flags); in setupOptimizationRemarks()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRemarkStreamer.h92 Expected<std::unique_ptr<ToolOutputFile>>
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h89 Expected<std::unique_ptr<ToolOutputFile>>
95 Expected<std::unique_ptr<ToolOutputFile>>
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
DLTOBackend.cpp373 std::unique_ptr<ToolOutputFile> DwoOut; in codegen()
389 DwoOut = std::make_unique<ToolOutputFile>(DwoFile, EC, sys::fs::OF_None); in codegen()
485 std::unique_ptr<ToolOutputFile> DiagOutputFile) { in finalizeOptimizationRemarks()
578 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dinit_text_file_to_import_test_pass.cc69 llvm::ToolOutputFile temp_file(filename, fd); in runOnOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp342 std::unique_ptr<ToolOutputFile> DwoOut; in codegen()
358 DwoOut = std::make_unique<ToolOutputFile>(DwoFile, EC, sys::fs::OF_None); in codegen()
438 finalizeOptimizationRemarks(std::unique_ptr<ToolOutputFile> DiagOutputFile) { in finalizeOptimizationRemarks()
DLTOCodeGenerator.cpp232 ToolOutputFile Out(Path, EC, sys::fs::OF_None); in writeMergedModules()
272 ToolOutputFile objFile(Filename, FD); in compileOptimizedToFile()
/external/llvm/lib/Support/
DCMakeLists.txt96 ToolOutputFile.cpp
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVReader.h34 std::unique_ptr<ToolOutputFile> OutputFile;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVReader.cpp144 OutputFile = std::make_unique<ToolOutputFile>(Name, EC, sys::fs::OF_None); in open()

12