Lines Matching defs:Dylib
496 if (Dylib.empty())
502 Dylib, [&T](const auto &Slice) { return T == Slice->getTarget(); });
504 assert(It != Dylib.end() && "Target slice should always exist.");
511 if (Dylib.empty()) {
794 assert(!Dylib.empty() && "No binary to verify against");
799 for (std::shared_ptr<RecordsSlice> Slice : Dylib) {
817 assert(!Dylib.empty() && "Need dylib to verify.");
824 for (const std::shared_ptr<RecordsSlice> &RS : Dylib) {
862 const BinaryAttrs &DylibBA = (*Dylib.begin())->getBinaryAttrs();
920 auto CompareLibraries = [&](const LibAttrs &Provided, const LibAttrs &Dylib,
923 if (Provided == Dylib)
927 const auto DAttrIt = Dylib.find(PAttr.getKey());
928 if (DAttrIt == Dylib.end()) {
941 for (const llvm::StringMapEntry<ArchitectureSet> &DAttr : Dylib) {