Home
last modified time | relevance | path

Searched refs:ParentUmbrella (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/InstallAPI/
HDDylibVerifier.cpp901 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()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDRecordsSlice.h147 StringRef ParentUmbrella; member
/freebsd-head/contrib/llvm-project/llvm/lib/TextAPI/
HDInterfaceFile.cpp375 if (!BA.ParentUmbrella.empty()) in setFromBinaryAttrs()
376 addParentUmbrella(Targ, BA.ParentUmbrella); in setFromBinaryAttrs()
HDTextStubV5.cpp102 ParentUmbrella, enumerator
474 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()
HDTextStub.cpp420 ParentUmbrella = File->umbrellas().begin()->second; in NormalizedTBD()
587 File->addParentUmbrella(Target, ParentUmbrella); in denormalize()
705 StringRef ParentUmbrella; member
1010 IO.mapOptional("parent-umbrella", Keys->ParentUmbrella, StringRef()); in mapKeysToValues()
/freebsd-head/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
HDDylibReader.cpp185 BA.ParentUmbrella = Slice.copyString(LCI.Ptr + SFC.umbrella); in readMachOHeader()