HomeSort by: relevance | last modified time | path
    Searched refs:ResultPath (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Path.cpp 169 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute,
179 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute);
183 EC = sys::fs::openFileForReadWrite(Twine(ResultPath.begin()), ResultFD,
197 EC = sys::fs::access(ResultPath.begin(), sys::fs::AccessMode::Exist);
206 EC = sys::fs::create_directory(ResultPath.begin(), false);
791 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath,
806 ResultPath = ModelStorage;
807 ResultPath.push_back(0);
808 ResultPath.pop_back();
813 ResultPath[i] = "0123456789abcdef"[sys::Process::GetRandomNumber() & 15]
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
Caching.cpp 42 SmallString<64> ResultPath;
44 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath);
ThinLTOCodeGenerator.cpp 373 SmallString<64> ResultPath;
375 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.cpp 263 SmallString<256> ResultPath;
265 sys::fs::createTemporaryFile("snippet", "o", ResultFD, ResultPath)))
273 return std::string(ResultPath.str());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 806 /// @param ResultPath Set to the file's path.
808 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath,
829 /// @param ResultPath Set to the opened file's absolute path.
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);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 268 SmallString<128> Model, ResultPath;
279 Model, FD, ResultPath, llvm::sys::fs::OF_Text)) {
314 llvm::sys::path::filename(ResultPath));

Completed in 63 milliseconds