Searched refs:get_separator (Results 1 – 16 of 16) sorted by relevance
481 StringRef Sep = llvm::sys::path::get_separator(); in findClangRelativeSysroot()492 StringRef Sep = llvm::sys::path::get_separator(); in looksLikeMinGWSysroot()530 Base += llvm::sys::path::get_separator(); in MinGW()543 (Base + SubdirName + llvm::sys::path::get_separator() + "lib").str()); in MinGW()547 (Base + SubdirName + llvm::sys::path::get_separator() + "mingw/lib").str()); in MinGW()708 Base + SubdirName + llvm::sys::path::get_separator() + in AddClangSystemIncludeArgs()713 Base + SubdirName + llvm::sys::path::get_separator() + "usr/include"); in AddClangSystemIncludeArgs()782 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs()
3176 SysRoot = llvm::sys::path::get_separator(); in addLibCxxIncludePaths()
424 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle()433 std::string PathSep = std::string(sys::path::get_separator()); in getPathToJavaScript()806 auto Level = unsigned(SubPath.count(sys::path::get_separator())) + 1; in buildTitleLinks()817 S += sys::path::get_separator(); in buildTitleLinks()826 S += sys::path::get_separator(); in buildTitleLinks()836 auto IsDir = LinkTextStr.ends_with(sys::path::get_separator()); in buildRelLinkToFile()841 LinkTextStr += sys::path::get_separator(); in buildRelLinkToFile()
231 auto IsDir = FileName.ends_with(sys::path::get_separator()); in render()234 FileName += sys::path::get_separator(); in render()
508 NativePath += sys::path::get_separator(); in remapPathNames()
381 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()393 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()405 Storage.append(path::get_separator()); in DiskFilesOrDirectories()423 if ((PartialItem == "." || PartialItem == path::get_separator()) && in DiskFilesOrDirectories()431 assert(!PartialItem.contains(path::get_separator())); in DiskFilesOrDirectories()477 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
68 Buffer.append(path::get_separator()); in ResolvePartial()
52 return llvm::sys::path::get_separator(style).data(); in GetPathSeparators()
420 LLVM_ABI StringRef get_separator(Style style = Style::native);
609 StringRef get_separator(Style style) { in get_separator() function
1424 if (!Dir.ends_with(sys::path::get_separator(style))) { in makeAbsolute()1425 Result += sys::path::get_separator(style); in makeAbsolute()
1045 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
1652 StringRef sep = sys::path::get_separator(); in link()
1534 StringRef sep = sys::path::get_separator(); in sourceFile()
1122 LookupPath.push_back(llvm::sys::path::get_separator().front()); in LookupEmbedFile()
3257 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()