Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h195 SavedObjectsDirectoryPath = std::move(Path); in setGeneratedObjectsDirectory()
330 std::string SavedObjectsDirectoryPath; variable
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp933 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject()
974 if (SavedObjectsDirectoryPath.empty()) in run()
977 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
979 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir); in run()
981 report_fatal_error(Twine("Unexistent dir: '") + SavedObjectsDirectoryPath + "'"); in run()
1000 if (SavedObjectsDirectoryPath.empty()) in run()
1153 if (SavedObjectsDirectoryPath.empty()) in run()
1193 if (SavedObjectsDirectoryPath.empty()) { in run()