Searched refs:createUniqueFile (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 295 std::error_code EC = sys::fs::createUniqueFile( in executeProgram() 321 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile); in executeProgram()
|
H A D | ToolRunner.cpp | 440 sys::fs::createUniqueFile(Bitcode + "-%%%%%%%" + Suffix, UniqueFile); in OutputCode() 666 sys::fs::createUniqueFile(ProgramFile + "-%%%%%%%.cc.exe", OutputBinary); in ExecuteProgram() 769 std::error_code EC = sys::fs::createUniqueFile( in MakeSharedObject()
|
H A D | OptimizerDriver.cpp | 137 std::error_code EC = sys::fs::createUniqueFile( in runPasses()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexer.cpp | 166 if (llvm::sys::fs::createUniqueFile(TempPath, FD, TempPath,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Path.cpp | 817 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() function 824 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile() function 828 auto EC = createUniqueFile(Model, FD, ResultPath, OF_None, Mode); in createUniqueFile() 1295 createUniqueFile(Model, FD, ResultPath, OF_Delete, Mode)) in create()
|
H A D | LockFileManager.cpp | 182 if (std::error_code EC = sys::fs::createUniqueFile( in LockFileManager()
|
H A D | FileUtilities.cpp | 303 if (sys::fs::createUniqueFile(TempPathModel.str(), TempFD, in writeFileAtomically()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 834 std::error_code createUniqueFile(const Twine &Model, int &ResultFD, 841 std::error_code createUniqueFile(const Twine &Model,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
H A D | Rewriter.cpp | 428 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) { in AtomicallyMovedFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 278 if (std::error_code EC = llvm::sys::fs::createUniqueFile( in ReportDiag()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 825 std::error_code EC = llvm::sys::fs::createUniqueFile( in createOutputFileImpl() 834 EC = llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath, in createOutputFileImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 788 if (std::error_code EC = fs::createUniqueFile(
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 4913 std::error_code EC = llvm::sys::fs::createUniqueFile( in GetNamedOutputPath()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 2358 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()
|