Searched refs:ParentPath (Results 1 – 3 of 3) sorted by relevance
43 SmallString<256> ParentPath = sys::path::parent_path(Path); in getOutputPath() local44 sys::path::remove_dots(ParentPath, /*remove_dot_dots=*/true); in getOutputPath()45 sys::path::append(FullPath, sys::path::relative_path(ParentPath)); in getOutputPath()
331 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() local332 if (!ParentPath.empty()) { in getThinLTOOutputFile()334 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()335 error(EC, "error creating the directory '" + ParentPath + "'"); in getThinLTOOutputFile()
1293 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() local1294 if (!ParentPath.empty()) { in getThinLTOOutputFile()1296 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()1297 llvm::errs() << "warning: could not create directory '" << ParentPath in getThinLTOOutputFile()