Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp467 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()
H A DGnu.cpp3279 SysRoot = llvm::sys::path::get_separator(); in addLibCxxIncludePaths()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp429 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()
H A DCoverageReport.cpp231 auto IsDir = FileName.ends_with(sys::path::get_separator()); in render()
234 FileName += sys::path::get_separator(); in render()
H A DCodeCoverage.cpp506 NativePath += sys::path::get_separator(); in remapPathNames()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp373 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()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTildeExpressionResolver.cpp68 Buffer.append(path::get_separator()); in ResolvePartial()
H A DFileSpec.cpp52 return llvm::sys::path::get_separator(style).data(); in GetPathSeparators()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h402 StringRef get_separator(Style style = Style::native);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp610 StringRef get_separator(Style style) { in get_separator() function
H A DVirtualFileSystem.cpp1412 if (!Dir.ends_with(sys::path::get_separator(style))) { in makeAbsolute()
1413 Result += sys::path::get_separator(style); in makeAbsolute()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1009 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1580 StringRef sep = sys::path::get_separator(); in link()
H A DInputFiles.cpp1536 StringRef sep = sys::path::get_separator(); in sourceFile()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1096 LookupPath.push_back(llvm::sys::path::get_separator().front()); in LookupEmbedFile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3032 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()