Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp522 ErrorOr<SmallString<128>> DirFromOrErr = canonicalizePath(From); in computeArchiveRelativePath() local
523 if (!PathToOrErr || !DirFromOrErr) in computeArchiveRelativePath()
527 const SmallString<128> &DirFrom = sys::path::parent_path(*DirFromOrErr); in computeArchiveRelativePath()
/external/llvm-project/llvm/lib/Object/
DArchiveWriter.cpp543 ErrorOr<SmallString<128>> DirFromOrErr = canonicalizePath(From); in computeArchiveRelativePath() local
544 if (!PathToOrErr || !DirFromOrErr) in computeArchiveRelativePath()
548 const SmallString<128> &DirFrom = sys::path::parent_path(*DirFromOrErr); in computeArchiveRelativePath()