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

  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
InterfaceFile.cpp 51 auto Client = addEntry(AllowableClients, InstallName);
149 if (AllowableClients != O.AllowableClients)
TextStub.cpp 211 std::vector<FlowStringRef> AllowableClients;
294 IO.mapOptional("allowed-clients", Section.AllowableClients);
296 IO.mapOptional("allowable-clients", Section.AllowableClients);
462 for (const auto &Library : File->allowableClients())
479 for (const auto &Library : File->allowableClients())
481 Section.AllowableClients.emplace_back(Library.getInstallName());
645 for (const auto &Lib : Section.AllowableClients)
842 assignTargetsToLibrary(File->allowableClients(), AllowableClients);
930 for (const auto &CurrentSection : AllowableClients) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
InterfaceFile.h 301 const std::vector<InterfaceFileRef> &allowableClients() const {
302 return AllowableClients;
433 std::vector<InterfaceFileRef> AllowableClients;

Completed in 27 milliseconds