Home
last modified time | relevance | path

Searched refs:ReexportedLibraries (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DInterfaceFile.cpp57 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary()
151 if (ReexportedLibraries != O.ReexportedLibraries) in operator ==()
H A DTextStub.cpp212 std::vector<FlowStringRef> ReexportedLibraries; member
297 IO.mapOptional("re-exports", Section.ReexportedLibraries); in mapping()
485 Section.ReexportedLibraries.emplace_back(Library.getInstallName()); in NormalizedTBD()
649 for (const auto &Lib : Section.ReexportedLibraries) in denormalize()
843 assignTargetsToLibrary(File->reexportedLibraries(), ReexportedLibraries); in NormalizedTBD_V4()
936 for (const auto &CurrentSection : ReexportedLibraries) { in denormalize()
987 std::vector<MetadataSection> ReexportedLibraries; member
1071 IO.mapOptionalWithContext("reexported-libraries", Keys->ReexportedLibraries, in mapKeysToValuesV4()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h315 return ReexportedLibraries;
434 std::vector<InterfaceFileRef> ReexportedLibraries;