Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp464 StringRef Sep = llvm::sys::path::get_separator(); in findClangRelativeSysroot()
475 StringRef Sep = llvm::sys::path::get_separator(); in looksLikeMinGWSysroot()
513 Base += llvm::sys::path::get_separator(); in MinGW()
526 (Base + SubdirName + llvm::sys::path::get_separator() + "lib").str()); in MinGW()
530 (Base + SubdirName + llvm::sys::path::get_separator() + "mingw/lib").str()); in MinGW()
691 Base + SubdirName + llvm::sys::path::get_separator() + in AddClangSystemIncludeArgs()
696 Base + SubdirName + llvm::sys::path::get_separator() + "usr/include"); in AddClangSystemIncludeArgs()
741 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs()
H A DGnu.cpp3276 SysRoot = llvm::sys::path::get_separator(); in addLibCxxIncludePaths()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp288 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle()
637 auto Level = unsigned(SubPath.count(sys::path::get_separator())) + 1; in buildTitleLinks()
648 S += sys::path::get_separator(); in buildTitleLinks()
657 S += sys::path::get_separator(); in buildTitleLinks()
667 auto IsDir = LinkTextStr.ends_with(sys::path::get_separator()); in buildRelLinkToFile()
672 LinkTextStr += sys::path::get_separator(); in buildRelLinkToFile()
H A DCoverageReport.cpp214 auto IsDir = FileName.ends_with(sys::path::get_separator()); in render()
217 FileName += sys::path::get_separator(); in render()
H A DCodeCoverage.cpp534 NativePath += sys::path::get_separator(); in remapPathNames()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp358 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()
370 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
382 Storage.append(path::get_separator()); in DiskFilesOrDirectories()
400 if ((PartialItem == "." || PartialItem == path::get_separator()) && in DiskFilesOrDirectories()
408 assert(!PartialItem.contains(path::get_separator())); in DiskFilesOrDirectories()
453 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h402 StringRef get_separator(Style style = Style::native);
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp200 const llvm::StringRef path_separator = llvm::sys::path::get_separator( in DeduceSourceMapping()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp570 auto Seperator = llvm::sys::path::get_separator(); in CreateOutputFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp611 StringRef get_separator(Style style) { in get_separator() function
H A DVirtualFileSystem.cpp1388 if (!Dir.ends_with(sys::path::get_separator(style))) { in makeAbsolute()
1389 Result += sys::path::get_separator(style); in makeAbsolute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1003 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1516 StringRef sep = sys::path::get_separator(); in link()
H A DInputFiles.cpp1535 StringRef sep = sys::path::get_separator(); in sourceFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2906 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()