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.cpp1006 const SmallString<128> &PathTo = *PathToOrErr; in computeArchiveRelativePath() local
1010 if (sys::path::root_name(PathTo) != sys::path::root_name(DirFrom)) in computeArchiveRelativePath()
1011 return sys::path::convert_to_slash(PathTo); in computeArchiveRelativePath()
1016 sys::path::begin(PathTo)); in computeArchiveRelativePath()
1025 for (auto ToE = sys::path::end(PathTo); ToI != ToE; ++ToI) in computeArchiveRelativePath()