Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp521 ErrorOr<SmallString<128>> PathToOrErr = canonicalizePath(To); in computeArchiveRelativePath() local
523 if (!PathToOrErr || !DirFromOrErr) in computeArchiveRelativePath()
526 const SmallString<128> &PathTo = *PathToOrErr; in computeArchiveRelativePath()
/external/llvm-project/llvm/lib/Object/
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()