Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h203 SavedObjectsDirectoryPath = std::move(Path); in setGeneratedObjectsDirectory()
339 std::string SavedObjectsDirectoryPath; variable
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp923 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject()
964 if (SavedObjectsDirectoryPath.empty()) in run()
967 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
969 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir); in run()
971 report_fatal_error(Twine("Unexistent dir: '") + SavedObjectsDirectoryPath + "'"); in run()
990 if (SavedObjectsDirectoryPath.empty()) in run()
1144 if (SavedObjectsDirectoryPath.empty()) in run()
1184 if (SavedObjectsDirectoryPath.empty()) { in run()