Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp542 ErrorOr<SmallString<128>> PathToOrErr = canonicalizePath(To); in computeArchiveRelativePath() local
544 if (!PathToOrErr || !DirFromOrErr) in computeArchiveRelativePath()
547 const SmallString<128> &PathTo = *PathToOrErr; in computeArchiveRelativePath()