Home
last modified time | relevance | path

Searched refs:SavedObjectsDirectoryPath (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp833 StringRef SavedObjectsDirectoryPath, in writeGeneratedObject() argument
835 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject()
870 if (SavedObjectsDirectoryPath.empty()) in run()
873 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
875 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir); in run()
877 report_fatal_error("Unexistent dir: '" + SavedObjectsDirectoryPath + "'"); in run()
897 if (SavedObjectsDirectoryPath.empty()) in run()
901 count, "", SavedObjectsDirectoryPath, *OutputBuffer); in run()
1008 if (SavedObjectsDirectoryPath.empty()) in run()
1012 count, CacheEntryPath, SavedObjectsDirectoryPath, in run()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h213 SavedObjectsDirectoryPath = std::move(Path); in setGeneratedObjectsDirectory()
338 std::string SavedObjectsDirectoryPath; variable