Searched refs:ResultPath (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Path.cpp | 169 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument 179 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity() 183 EC = sys::fs::openFileForReadWrite(Twine(ResultPath.begin()), ResultFD, in createUniqueEntity() 197 EC = sys::fs::access(ResultPath.begin(), sys::fs::AccessMode::Exist); in createUniqueEntity() 206 EC = sys::fs::create_directory(ResultPath.begin(), false); in createUniqueEntity() 791 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, in createUniquePath() argument 806 ResultPath = ModelStorage; in createUniquePath() 807 ResultPath.push_back(0); in createUniquePath() 808 ResultPath.pop_back(); in createUniquePath() 813 ResultPath[i] = "0123456789abcdef"[sys::Process::GetRandomNumber() & 15]; in createUniquePath() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 808 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, 835 SmallVectorImpl<char> &ResultPath, 842 SmallVectorImpl<char> &ResultPath, 893 SmallVectorImpl<char> &ResultPath, 899 SmallVectorImpl<char> &ResultPath, 903 SmallVectorImpl<char> &ResultPath); 913 SmallVectorImpl<char> &ResultPath); 925 SmallVectorImpl<char> &ResultPath);
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkRunner.cpp | 263 SmallString<256> ResultPath; in writeObjectFile() local 265 sys::fs::createTemporaryFile("snippet", "o", ResultFD, ResultPath))) in writeObjectFile() 273 return std::string(ResultPath.str()); in writeObjectFile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | Caching.cpp | 42 SmallString<64> ResultPath; in localCache() local 44 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in localCache()
|
H A D | ThinLTOCodeGenerator.cpp | 373 SmallString<64> ResultPath; in tryLoadingBuffer() local 375 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in tryLoadingBuffer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 268 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()
|