Searched refs:ResultPath (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Path.cpp | 181 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity() 208 EC = sys::fs::create_directory(ResultPath.begin(), false); in createUniqueEntity() 811 ResultPath = ModelStorage; in createUniquePath() 812 ResultPath.push_back(0); in createUniquePath() 813 ResultPath.pop_back(); in createUniquePath() 823 SmallVectorImpl<char> &ResultPath, in createUniqueFile() argument 830 SmallVectorImpl<char> &ResultPath, in createUniqueFile() argument 894 SmallVectorImpl<char> &ResultPath) { in getPotentiallyUniqueFileName() argument 1340 SmallString<128> ResultPath; in create() local 1345 TempFile Ret(ResultPath, FD); in create() [all …]
|
| H A D | Caching.cpp | 46 SmallString<64> ResultPath; in localCache() local 48 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in localCache()
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/ |
| H A D | FindAllSymbolsMain.cpp | 69 SmallString<128> ResultPath; in reportSymbols() local 72 FD, ResultPath); in reportSymbols()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkRunner.cpp | 265 SmallString<256> ResultPath; in writeObjectFile() local 267 sys::fs::createTemporaryFile("snippet", "o", ResultFD, ResultPath))) in writeObjectFile() 275 return std::string(ResultPath.str()); in writeObjectFile()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 1682 SmallString<64> ResultPath; in TEST_F() local 1684 fs::OF_None, &ResultPath)) in TEST_F() 1687 if (!ResultPath.empty()) { in TEST_F() 1692 ASSERT_NO_ERROR(fs::getUniqueID(Twine(ResultPath), D2)); in TEST_F() 1714 fs::OF_UpdateAtime, &ResultPath)); in TEST_F()
|