Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp129 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()
141 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
153 Storage.append(path::get_separator()); in DiskFilesOrDirectories()
175 assert(!PartialItem.contains(path::get_separator())); in DiskFilesOrDirectories()
220 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMinGW.cpp359 StringRef Sep = llvm::sys::path::get_separator(); in findClangRelativeSysroot()
386 Base += llvm::sys::path::get_separator(); in MinGW()
392 (Base + Arch + llvm::sys::path::get_separator() + "lib").str()); in MinGW()
534 Base + Arch + llvm::sys::path::get_separator() + "include"); in AddClangSystemIncludeArgs()
544 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DTildeExpressionResolver.cpp69 Buffer.append(path::get_separator()); in ResolvePartial()
H A DFileSpec.cpp53 return llvm::sys::path::get_separator(style).data(); in GetPathSeparators()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DPath.h345 StringRef get_separator(Style style = Style::native);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DSourceMgr.cpp52 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in AddIncludeFile()
H A DPath.cpp626 StringRef get_separator(Style style) { in get_separator() function
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp254 std::string PathSep = sys::path::get_separator(); in getPathToStyle()
H A DCodeCoverage.cpp397 NativePath += sys::path::get_separator(); in remapPathNames()
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp149 char sep = llvm::sys::path::get_separator().front(); in canonicalizePath()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1008 MCOS->EmitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()