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

  /external/llvm/tools/dsymutil/
BinaryHolder.cpp 37 CurrentArchives.clear();
91 if (CurrentArchives.empty())
94 StringRef CurArchiveName = CurrentArchives.front()->getFileName();
102 Buffers.reserve(CurrentArchives.size());
104 for (const auto &CurrentArchive : CurrentArchives) {
164 CurrentArchives.push_back(std::move(*ErrOrArchive));
BinaryHolder.h 41 std::vector<std::unique_ptr<object::Archive>> CurrentArchives;

Completed in 1567 milliseconds