Home
last modified time | relevance | path

Searched refs:ResultPath (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp181 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 DCaching.cpp46 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 DFileSystem.h806 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 DFindAllSymbolsMain.cpp69 SmallString<128> ResultPath; in reportSymbols() local
72 FD, ResultPath); in reportSymbols()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp265 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 DHTMLDiagnostics.cpp337 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 DThinLTOCodeGenerator.cpp402 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 DPath.cpp1682 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()