HomeSort by: relevance | last modified time | path
    Searched refs:reexportedLibraries (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
InterfaceFile.h 314 const std::vector<InterfaceFileRef> &reexportedLibraries() const {
315 return ReexportedLibraries;
434 std::vector<InterfaceFileRef> ReexportedLibraries;
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
TextStub.cpp 212 std::vector<FlowStringRef> ReexportedLibraries;
297 IO.mapOptional("re-exports", Section.ReexportedLibraries);
465 for (const auto &Library : File->reexportedLibraries())
483 for (const auto &Library : File->reexportedLibraries())
485 Section.ReexportedLibraries.emplace_back(Library.getInstallName());
649 for (const auto &Lib : Section.ReexportedLibraries)
843 assignTargetsToLibrary(File->reexportedLibraries(), ReexportedLibraries);
936 for (const auto &CurrentSection : ReexportedLibraries) {
987 std::vector<MetadataSection> ReexportedLibraries;
    [all...]

Completed in 17 milliseconds