Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp895 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject()
931 if (SavedObjectsDirectoryPath.empty()) in run()
934 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
936 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir); in run()
938 report_fatal_error("Unexistent dir: '" + SavedObjectsDirectoryPath + "'"); in run()
957 if (SavedObjectsDirectoryPath.empty()) in run()
1101 if (SavedObjectsDirectoryPath.empty()) in run()
1140 if (SavedObjectsDirectoryPath.empty()) { in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h196 SavedObjectsDirectoryPath = std::move(Path); in setGeneratedObjectsDirectory()
328 std::string SavedObjectsDirectoryPath; variable