Searched refs:ResultPath (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 183 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity() 210 EC = sys::fs::create_directory(ResultPath.begin(), false); in createUniqueEntity() 813 ResultPath = ModelStorage; in createUniquePath() 814 ResultPath.push_back(0); in createUniquePath() 815 ResultPath.pop_back(); in createUniquePath() 825 SmallVectorImpl<char> &ResultPath, in createUniqueFile() argument 832 SmallVectorImpl<char> &ResultPath, in createUniqueFile() argument 896 SmallVectorImpl<char> &ResultPath) { in getPotentiallyUniqueFileName() argument 1334 SmallString<128> ResultPath; in create() local 1339 TempFile Ret(ResultPath, FD); in create() [all …]
|
| H A D | Caching.cpp | 47 SmallString<64> ResultPath; in localCache() local 49 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in localCache()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 804 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, 831 SmallVectorImpl<char> &ResultPath, 838 SmallVectorImpl<char> &ResultPath, 895 SmallVectorImpl<char> &ResultPath, 901 SmallVectorImpl<char> &ResultPath, 905 SmallVectorImpl<char> &ResultPath); 915 SmallVectorImpl<char> &ResultPath); 927 SmallVectorImpl<char> &ResultPath);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 349 SmallString<128> ResultPath; in ReportDiag() local 350 llvm::sys::path::append(ResultPath, Directory, FileName.str()); in ReportDiag() 351 if (std::error_code EC = llvm::sys::fs::make_absolute(ResultPath)) { in ReportDiag() 352 llvm::errs() << "warning: could not make '" << ResultPath in ReportDiag() 358 ResultPath, FD, llvm::sys::fs::CD_CreateNew, in ReportDiag() 376 llvm::sys::path::filename(ResultPath)); in ReportDiag()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 736 SmallString<128> ResultPath; in fetchDumpFilename() local 737 ResultPath += RootDirectory; in fetchDumpFilename() 745 sys::path::append(ResultPath, Filename); in fetchDumpFilename() 746 return std::string(ResultPath); in fetchDumpFilename()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 404 SmallString<64> ResultPath; in tryLoadingBuffer() local 406 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in tryLoadingBuffer()
|