reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
  196     SavedObjectsDirectoryPath = std::move(Path);
lib/LTO/ThinLTOCodeGenerator.cpp
  862   SmallString<128> OutputPath(SavedObjectsDirectoryPath);
  898   if (SavedObjectsDirectoryPath.empty())
  901     sys::fs::create_directories(SavedObjectsDirectoryPath);
  903     sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir);
  905       report_fatal_error("Unexistent dir: '" + SavedObjectsDirectoryPath + "'");
  924         if (SavedObjectsDirectoryPath.empty())
 1065             if (SavedObjectsDirectoryPath.empty())
 1104         if (SavedObjectsDirectoryPath.empty()) {