Searched refs:ResultPath (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Path.cpp | 171 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument 181 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity() 185 EC = sys::fs::openFileForReadWrite(Twine(ResultPath.begin()), ResultFD, in createUniqueEntity() 199 EC = sys::fs::access(ResultPath.begin(), sys::fs::AccessMode::Exist); in createUniqueEntity() 208 EC = sys::fs::create_directory(ResultPath.begin(), false); in createUniqueEntity() 796 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, in createUniquePath() argument 811 ResultPath = ModelStorage; in createUniquePath() 812 ResultPath.push_back(0); in createUniquePath() 813 ResultPath.pop_back(); in createUniquePath() 818 ResultPath[i] = "0123456789abcdef"[sys::Process::GetRandomNumber() & 15]; in createUniquePath() [all …]
|
| H A D | Caching.cpp | 47 SmallString<64> ResultPath; in localCache() local 49 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in localCache()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 806 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, 833 SmallVectorImpl<char> &ResultPath, 840 SmallVectorImpl<char> &ResultPath, 897 SmallVectorImpl<char> &ResultPath, 903 SmallVectorImpl<char> &ResultPath, 907 SmallVectorImpl<char> &ResultPath); 917 SmallVectorImpl<char> &ResultPath); 929 SmallVectorImpl<char> &ResultPath);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkRunner.cpp | 246 SmallString<256> ResultPath; in writeObjectFile() local 248 sys::fs::createTemporaryFile("snippet", "o", ResultFD, ResultPath))) in writeObjectFile() 253 return std::string(ResultPath.str()); in writeObjectFile()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 337 SmallString<128> ResultPath; in ReportDiag() local 338 llvm::sys::path::append(ResultPath, Directory, FileName.str()); in ReportDiag() 339 if (std::error_code EC = llvm::sys::fs::make_absolute(ResultPath)) { in ReportDiag() 340 llvm::errs() << "warning: could not make '" << ResultPath in ReportDiag() 346 ResultPath, FD, llvm::sys::fs::CD_CreateNew, in ReportDiag() 364 llvm::sys::path::filename(ResultPath)); in ReportDiag()
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 402 SmallString<64> ResultPath; in tryLoadingBuffer() local 404 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in tryLoadingBuffer()
|