Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp188 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 DFileSystem.h790 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 DCaching.cpp43 SmallString<64> ResultPath; in localCache() local
45 Twine(EntryPath), FD, sys::fs::OF_UpdateAtime, &ResultPath); in localCache()
H A DThinLTOCodeGenerator.cpp341 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 DHTMLDiagnostics.cpp219 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()