Home | History | Annotate | Download | only in llvm-config

Lines Matching refs:Name

42 // AvailableComponent entries, which record the component name, library name,
52 /// \param Name - The component to traverse.
58 /// library name.
59 static void VisitComponent(const std::string& Name,
66 AvailableComponent *AC = ComponentMap.lookup(Name);
67 assert(AC && "Invalid component name!");
87 RequiredLibs.push_back(Name);
119 ComponentMap[AC->Name] = AC;
127 // Validate that the user supplied a valid component name.
129 llvm::errs() << "llvm-config: unknown component name: " << Components[i]
371 /// Get the component's library name without the lib prefix and the
410 auto GetComponentLibraryPath = [&](const StringRef &Name,
412 Name, ForceShared);
462 Components.push_back(AvailableComponents[j].Name);
569 // If this is a typical library name, include it using -l.