Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp1005 const SmallString<128> &PathTo = *PathToOrErr; in computeArchiveRelativePath() local
1009 if (sys::path::root_name(PathTo) != sys::path::root_name(DirFrom)) in computeArchiveRelativePath()
1010 return sys::path::convert_to_slash(PathTo); in computeArchiveRelativePath()
1015 sys::path::begin(PathTo)); in computeArchiveRelativePath()
1024 for (auto ToE = sys::path::end(PathTo); ToI != ToE; ++ToI) in computeArchiveRelativePath()