Searched refs:get_separator (Results 1 – 16 of 16) sorted by relevance
467 StringRef Sep = llvm::sys::path::get_separator(); in findClangRelativeSysroot()478 StringRef Sep = llvm::sys::path::get_separator(); in looksLikeMinGWSysroot()516 Base += llvm::sys::path::get_separator(); in MinGW()529 (Base + SubdirName + llvm::sys::path::get_separator() + "lib").str()); in MinGW()533 (Base + SubdirName + llvm::sys::path::get_separator() + "mingw/lib").str()); in MinGW()694 Base + SubdirName + llvm::sys::path::get_separator() + in AddClangSystemIncludeArgs()699 Base + SubdirName + llvm::sys::path::get_separator() + "usr/include"); in AddClangSystemIncludeArgs()768 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs()
3279 SysRoot = llvm::sys::path::get_separator(); in addLibCxxIncludePaths()
429 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle()438 std::string PathSep = std::string(sys::path::get_separator()); in getPathToJavaScript()811 auto Level = unsigned(SubPath.count(sys::path::get_separator())) + 1; in buildTitleLinks()822 S += sys::path::get_separator(); in buildTitleLinks()831 S += sys::path::get_separator(); in buildTitleLinks()841 auto IsDir = LinkTextStr.ends_with(sys::path::get_separator()); in buildRelLinkToFile()846 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()
506 NativePath += sys::path::get_separator(); in remapPathNames()
373 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()385 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()397 Storage.append(path::get_separator()); in DiskFilesOrDirectories()415 if ((PartialItem == "." || PartialItem == path::get_separator()) && in DiskFilesOrDirectories()423 assert(!PartialItem.contains(path::get_separator())); in DiskFilesOrDirectories()468 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()
402 StringRef get_separator(Style style = Style::native);
610 StringRef get_separator(Style style) { in get_separator() function
1412 if (!Dir.ends_with(sys::path::get_separator(style))) { in makeAbsolute()1413 Result += sys::path::get_separator(style); in makeAbsolute()
1009 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
1580 StringRef sep = sys::path::get_separator(); in link()
1536 StringRef sep = sys::path::get_separator(); in sourceFile()
1096 LookupPath.push_back(llvm::sys::path::get_separator().front()); in LookupEmbedFile()
3032 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()