Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp190 for (const auto &Lib : reexportedLibraries()) in merge()
194 for (const auto &Lib : O->reexportedLibraries()) in merge()
259 for (const auto &Lib : reexportedLibraries()) { in remove()
331 for (const auto &Lib : reexportedLibraries()) in extract()
H A DTextStub.cpp425 for (const auto &Library : File->reexportedLibraries()) in NormalizedTBD()
443 for (const auto &Library : File->reexportedLibraries()) in NormalizedTBD()
804 assignTargetsToLibrary(File->reexportedLibraries(), ReexportedLibraries); in NormalizedTBD_V4()
H A DTextStubV5.cpp1030 serializeField(TBDKey::Names, File->reexportedLibraries(), ActiveTargets); in serializeIF()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h284 const std::vector<InterfaceFileRef> &reexportedLibraries() const { in reexportedLibraries() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1996 for (const InterfaceFileRef &intfRef : interface.reexportedLibraries()) { in parseReexports()