Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp391 StringRef Sep = llvm::sys::path::get_separator(); in findClangRelativeSysroot()
420 Base += llvm::sys::path::get_separator(); in MinGW()
426 (Base + Arch + llvm::sys::path::get_separator() + "lib").str()); in MinGW()
578 Base + Arch + llvm::sys::path::get_separator() + "include"); in AddClangSystemIncludeArgs()
588 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp353 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()
365 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
377 Storage.append(path::get_separator()); in DiskFilesOrDirectories()
399 assert(!PartialItem.contains(path::get_separator())); in DiskFilesOrDirectories()
444 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h355 StringRef get_separator(Style style = Style::native);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp51 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in AddIncludeFile()
H A DVirtualFileSystem.cpp1183 if (!Dir.endswith(sys::path::get_separator(style))) { in makeAbsolute()
1184 Result += sys::path::get_separator(style); in makeAbsolute()
H A DPath.cpp607 StringRef get_separator(Style style) { in get_separator() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp252 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle()
H A DCodeCoverage.cpp480 NativePath += sys::path::get_separator(); in remapPathNames()
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp148 char sep = llvm::sys::path::get_separator().front(); in canonicalizePath()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp833 StringRef sep = sys::path::get_separator(); in emitBeginSourceStab()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp974 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2624 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()