Home
last modified time | relevance | path

Searched refs:DirSep (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-config/
Dllvm-config.cpp83 const std::string &DirSep) { in VisitComponent() argument
110 GetComponentLibraryPath, Missing, DirSep); in VisitComponent()
122 if (DirSep == "\\") { in VisitComponent()
144 std::vector<std::string> *Missing, const std::string &DirSep) { in ComputeLibsForComponents() argument
169 GetComponentLibraryPath, Missing, DirSep); in ComputeLibsForComponents()
236 const std::string &DirSep) { in GetAllDyLibComponents() argument
254 GetComponentNames, nullptr, nullptr, DirSep); in GetAllDyLibComponents()
344 StaticPrefix, StaticDir = "lib", DirSep = "/"; in main() local
354 DirSep = "\\"; in main()
394 std::string path((SharedDir + DirSep + DyLibName).str()); in main()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
Dllvm-config.cpp84 const std::string &DirSep) { in VisitComponent() argument
111 GetComponentLibraryPath, Missing, DirSep); in VisitComponent()
123 if (DirSep == "\\") { in VisitComponent()
145 std::vector<std::string> *Missing, const std::string &DirSep) { in ComputeLibsForComponents() argument
170 GetComponentLibraryPath, Missing, DirSep); in ComputeLibsForComponents()
239 const std::string &DirSep) { in GetAllDyLibComponents() argument
257 GetComponentNames, nullptr, nullptr, DirSep); in GetAllDyLibComponents()
353 StaticPrefix, StaticDir = "lib", DirSep = "/"; in main() local
363 DirSep = "\\"; in main()
404 std::string path((SharedDir + DirSep + DyLibName).str()); in main()
[all …]