Searched refs:ParentUmbrella (Results 1 – 6 of 6) sorted by relevance
901 if (ProvidedBA.ParentUmbrella.empty() && !DylibBA.ParentUmbrella.empty()) { in verifyBinaryAttrs()903 << "installAPI option" << DylibBA.ParentUmbrella; in verifyBinaryAttrs()907 if (!ProvidedBA.ParentUmbrella.empty() && DylibBA.ParentUmbrella.empty()) { in verifyBinaryAttrs()909 << "binary file" << ProvidedBA.ParentUmbrella; in verifyBinaryAttrs()913 if ((!ProvidedBA.ParentUmbrella.empty()) && in verifyBinaryAttrs()914 (ProvidedBA.ParentUmbrella != DylibBA.ParentUmbrella)) { in verifyBinaryAttrs()916 << ProvidedBA.ParentUmbrella << DylibBA.ParentUmbrella; in verifyBinaryAttrs()
147 StringRef ParentUmbrella; member
375 if (!BA.ParentUmbrella.empty()) in setFromBinaryAttrs()376 addParentUmbrella(Targ, BA.ParentUmbrella); in setFromBinaryAttrs()
102 ParentUmbrella, enumerator474 const auto *Umbrella = File->getArray(Keys[TBDKey::ParentUmbrella]); in getUmbrellaSection()484 getParseErrorMsg(TBDKey::ParentUmbrella)); in getUmbrellaSection()971 insertNonEmptyValues(Library, TBDKey::ParentUmbrella, std::move(Umbrellas)); in serializeIF()
420 ParentUmbrella = File->umbrellas().begin()->second; in NormalizedTBD()587 File->addParentUmbrella(Target, ParentUmbrella); in denormalize()705 StringRef ParentUmbrella; member1010 IO.mapOptional("parent-umbrella", Keys->ParentUmbrella, StringRef()); in mapKeysToValues()
185 BA.ParentUmbrella = Slice.copyString(LCI.Ptr + SFC.umbrella); in readMachOHeader()