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.cpp481 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()
H A DGnu.cpp3176 SysRoot = llvm::sys::path::get_separator(); in addLibCxxIncludePaths()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp424 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()
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.cpp508 NativePath += sys::path::get_separator(); in remapPathNames()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp381 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()
/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.h420 LLVM_ABI StringRef get_separator(Style style = Style::native);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp609 StringRef get_separator(Style style) { in get_separator() function
H A DVirtualFileSystem.cpp1424 if (!Dir.ends_with(sys::path::get_separator(style))) { in makeAbsolute()
1425 Result += sys::path::get_separator(style); in makeAbsolute()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1045 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1652 StringRef sep = sys::path::get_separator(); in link()
H A DInputFiles.cpp1534 StringRef sep = sys::path::get_separator(); in sourceFile()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1122 LookupPath.push_back(llvm::sys::path::get_separator().front()); in LookupEmbedFile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3257 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()