HomeSort by relevance Sort by last modified time
    Searched refs:LibOrErr (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 763 auto LibOrErr =
765 failIfError(errorToErrorCode(LibOrErr.takeError()),
767 Archives.push_back(std::move(*LibOrErr));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
llvm-ar.cpp 813 auto LibOrErr =
815 failIfError(errorToErrorCode(LibOrErr.takeError()),
817 Archives.push_back(std::move(*LibOrErr));

Completed in 1071 milliseconds