Searched refs:GetComponentNames (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 79 bool IncludeNonInstalled, bool GetComponentNames, in VisitComponent() argument 109 RequiredLibs, IncludeNonInstalled, GetComponentNames, in VisitComponent() 113 if (GetComponentNames) { in VisitComponent() 142 bool GetComponentNames, const std::function<std::string(const StringRef &)> in ComputeLibsForComponents() argument 168 RequiredLibs, IncludeNonInstalled, GetComponentNames, in ComputeLibsForComponents() 235 const bool GetComponentNames, in GetAllDyLibComponents() argument 254 GetComponentNames, nullptr, nullptr, DirSep); in GetAllDyLibComponents()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 80 bool IncludeNonInstalled, bool GetComponentNames, in VisitComponent() argument 110 RequiredLibs, IncludeNonInstalled, GetComponentNames, in VisitComponent() 114 if (GetComponentNames) { in VisitComponent() 143 bool GetComponentNames, const std::function<std::string(const StringRef &)> in ComputeLibsForComponents() argument 169 RequiredLibs, IncludeNonInstalled, GetComponentNames, in ComputeLibsForComponents() 238 const bool GetComponentNames, in GetAllDyLibComponents() argument 257 GetComponentNames, nullptr, nullptr, DirSep); in GetAllDyLibComponents()
|
/external/libtextclassifier/lang_id/common/ |
D | registry.h | 188 void GetComponentNames(std::vector<string> *names) { in GetComponentNames() function
|