Searched refs:ResultPath (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Path.cpp | 188 ResultPath = ModelStorage; in createUniqueEntity() 190 ResultPath.push_back(0); in createUniqueEntity() 191 ResultPath.pop_back(); in createUniqueEntity() 202 ResultPath[i] = in createUniqueEntity() 232 EC = sys::fs::create_directory(ResultPath.begin(), false); in createUniqueEntity() 783 auto EC = createUniqueFile(Model, FD, ResultPath, Mode); in createUniqueFile() 820 auto EC = createTemporaryFile(Prefix, Suffix, FD, ResultPath); in createTemporaryFile() 840 SmallVectorImpl<char> &ResultPath) { in getPotentiallyUniqueFileName() argument 1224 SmallString<128> ResultPath; in create() local 1229 TempFile Ret(ResultPath, FD); in create() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 790 SmallVectorImpl<char> &ResultPath, 796 SmallVectorImpl<char> &ResultPath, 847 SmallVectorImpl<char> &ResultPath); 852 SmallVectorImpl<char> &ResultPath); 855 SmallVectorImpl<char> &ResultPath); 865 SmallVectorImpl<char> &ResultPath); 877 SmallVectorImpl<char> &ResultPath);
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | Caching.cpp | 43 SmallString<64> ResultPath; in localCache() local 45 Twine(EntryPath), FD, sys::fs::OF_UpdateAtime, &ResultPath); in localCache()
|
| H A D | ThinLTOCodeGenerator.cpp | 341 SmallString<64> ResultPath; in tryLoadingBuffer() local 343 Twine(EntryPath), FD, sys::fs::OF_UpdateAtime, &ResultPath); in tryLoadingBuffer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 219 SmallString<128> Model, ResultPath; in ReportDiag() local 230 llvm::sys::fs::createUniqueFile(Model, FD, ResultPath)) { in ReportDiag() 265 llvm::sys::path::filename(ResultPath)); in ReportDiag()
|