Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-config/
H A Dllvm-config.cpp87 const std::string &DirSep) { in VisitComponent() argument
114 GetComponentLibraryPath, Missing, DirSep); in VisitComponent()
145 if (DirSep == "\\") { in VisitComponent()
192 GetComponentLibraryPath, Missing, DirSep); in ComputeLibsForComponents()
390 std::string DirSep = "/"; in main() local
401 DirSep = "\\"; in main()
442 std::string path((SharedDir + DirSep + DyLibName).str()); in main()
443 if (DirSep == "\\") { in main()
503 return (SharedDir + DirSep + LibFileName).str(); in main()
505 return (StaticDir + DirSep + LibFileName).str(); in main()
[all …]