Home
last modified time | relevance | path

Searched refs:createUniqueFile (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp295 std::error_code EC = sys::fs::createUniqueFile( in executeProgram()
321 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile); in executeProgram()
H A DToolRunner.cpp440 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 DOptimizerDriver.cpp137 std::error_code EC = sys::fs::createUniqueFile( in runPasses()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexer.cpp166 if (llvm::sys::fs::createUniqueFile(TempPath, FD, TempPath,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp817 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 DLockFileManager.cpp182 if (std::error_code EC = sys::fs::createUniqueFile( in LockFileManager()
H A DFileUtilities.cpp303 if (sys::fs::createUniqueFile(TempPathModel.str(), TempFD, in writeFileAtomically()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h834 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 DRewriter.cpp428 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) { in AtomicallyMovedFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp278 if (std::error_code EC = llvm::sys::fs::createUniqueFile( in ReportDiag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp825 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 DSignals.inc788 if (std::error_code EC = fs::createUniqueFile(
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp4913 std::error_code EC = llvm::sys::fs::createUniqueFile( in GetNamedOutputPath()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2358 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath, in DumpCompilationDatabaseFragmentToDir()