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.h195 SavedObjectsDirectoryPath = std::move(Path); in setGeneratedObjectsDirectory()
331 std::string SavedObjectsDirectoryPath; variable
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp934 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject()
975 if (SavedObjectsDirectoryPath.empty()) in run()
978 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
980 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir); in run()
982 report_fatal_error(Twine("Unexistent dir: '") + SavedObjectsDirectoryPath + "'"); in run()
1001 if (SavedObjectsDirectoryPath.empty()) in run()
1159 if (SavedObjectsDirectoryPath.empty()) in run()
1199 if (SavedObjectsDirectoryPath.empty()) { in run()