Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp781 StringRef SavedObjectsDirectoryPath, in writeGeneratedObject() argument
783 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject()
818 if (SavedObjectsDirectoryPath.empty()) in run()
821 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
823 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir); in run()
845 if (SavedObjectsDirectoryPath.empty()) in run()
849 count, "", SavedObjectsDirectoryPath, *OutputBuffer); in run()
962 if (SavedObjectsDirectoryPath.empty()) in run()
966 count, CacheEntryPath, SavedObjectsDirectoryPath, in run()
1002 if (SavedObjectsDirectoryPath.empty()) { in run()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h213 SavedObjectsDirectoryPath = std::move(Path); in setGeneratedObjectsDirectory()
333 std::string SavedObjectsDirectoryPath; variable