Home
last modified time | relevance | path

Searched refs:ParentPath (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp43 SmallString<256> ParentPath = sys::path::parent_path(Path); in getOutputPath() local
44 sys::path::remove_dots(ParentPath, /*remove_dot_dots=*/true); in getOutputPath()
45 sys::path::append(FullPath, sys::path::relative_path(ParentPath)); in getOutputPath()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp331 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() local
332 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()
/external/llvm/tools/gold/
Dgold-plugin.cpp1293 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() local
1294 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()