Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DFileUtilities.h36 openOutputFile(llvm::StringRef outputFilename,
/llvm-project-15.0.7/mlir/lib/Support/
H A DFileUtilities.cpp35 mlir::openOutputFile(StringRef outputFilename, std::string *errorMessage) { in openOutputFile() function in mlir
/llvm-project-15.0.7/mlir/tools/mlir-pdll/
H A Dmlir-pdll.cpp103 openOutputFile(dependencyFile, &errorMessage); in createDependencyFile()
208 openOutputFile(outputFilename, &errorMessage); in main()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-reduce/
H A DMlirReduceMain.cpp75 auto output = openOutputFile(outputFilename, &errorMessage); in mlirReduceMain()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-translate/
H A DMlirTranslateMain.cpp73 auto output = openOutputFile(outputFilename, &errorMessage); in mlirTranslateMain()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DLocationSnapshot.cpp81 openOutputFile(filepath, &error); in generateLocationsFromIR()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp263 auto output = openOutputFile(outputFilename, &errorMessage); in MlirOptMain()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp145 std::unique_ptr<llvm::ToolOutputFile> openOutputFile(StringRef Path) { in openOutputFile() function in __anond17872740111::EmitAssemblyHelper
940 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in RunOptimizationPipeline()
997 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in RunCodegenPipeline()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp86 auto file = openOutputFile(outputFilename, &errorMessage); in dumpToObjectFile()
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassCrashRecovery.cpp417 mlir::openOutputFile(filename, &error); in enableCrashReproducerGeneration()
/llvm-project-15.0.7/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-yaml-gen.cpp1215 outputOdsDecl = openOutputFile(outputOdsDeclFilename, &errorMessage); in main()
1224 outputCppImpl = openOutputFile(outputCppImplFilename, &errorMessage); in main()