Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp179 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity()
206 EC = sys::fs::create_directory(ResultPath.begin(), false); in createUniqueEntity()
806 ResultPath = ModelStorage; in createUniquePath()
807 ResultPath.push_back(0); in createUniquePath()
808 ResultPath.pop_back(); in createUniquePath()
818 SmallVectorImpl<char> &ResultPath, in createUniqueFile() argument
825 SmallVectorImpl<char> &ResultPath, in createUniqueFile() argument
889 SmallVectorImpl<char> &ResultPath) { in getPotentiallyUniqueFileName() argument
1294 SmallString<128> ResultPath; in create() local
1299 TempFile Ret(ResultPath, FD); in create()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h805 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath,
832 SmallVectorImpl<char> &ResultPath,
839 SmallVectorImpl<char> &ResultPath,
891 SmallVectorImpl<char> &ResultPath,
897 SmallVectorImpl<char> &ResultPath,
901 SmallVectorImpl<char> &ResultPath);
911 SmallVectorImpl<char> &ResultPath);
923 SmallVectorImpl<char> &ResultPath);
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DCaching.cpp42 SmallString<64> ResultPath; in localCache() local
44 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in localCache()
H A DThinLTOCodeGenerator.cpp438 SmallString<64> ResultPath; in tryLoadingBuffer() local
440 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in tryLoadingBuffer()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp268 SmallString<128> Model, ResultPath; in ReportDiag() local
279 Model, FD, ResultPath, llvm::sys::fs::OF_Text)) { in ReportDiag()
314 llvm::sys::path::filename(ResultPath)); in ReportDiag()