Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DArchiveWriter.cpp630 ErrorOr<SmallString<128>> PathToOrErr = canonicalizePath(To); in computeArchiveRelativePath() local
632 if (!PathToOrErr || !DirFromOrErr) in computeArchiveRelativePath()
635 const SmallString<128> &PathTo = *PathToOrErr; in computeArchiveRelativePath()