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.cpp192 for (const auto &Lib : reexportedLibraries()) in merge()
196 for (const auto &Lib : O->reexportedLibraries()) in merge()
258 for (const auto &Lib : reexportedLibraries()) { in remove()
329 for (const auto &Lib : reexportedLibraries()) in extract()
H A DTextStub.cpp426 for (const auto &Library : File->reexportedLibraries()) in NormalizedTBD()
444 for (const auto &Library : File->reexportedLibraries()) in NormalizedTBD()
805 assignTargetsToLibrary(File->reexportedLibraries(), ReexportedLibraries); in NormalizedTBD_V4()
H A DTextStubV5.cpp978 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.h282 const std::vector<InterfaceFileRef> &reexportedLibraries() const { in reexportedLibraries() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1958 for (const InterfaceFileRef &intfRef : interface.reexportedLibraries()) { in parseReexports()