Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp188 ("/tmp" + llvm::sys::path::get_separator() + "main.cpp").str(); in TEST()
294 ("/tmp" + llvm::sys::path::get_separator() + "main.cpp").str(); in TEST()
399 ("/tmp" + llvm::sys::path::get_separator() + "main.cpp").str(); in TEST()
521 ("/tmp" + llvm::sys::path::get_separator() + "main.cpp").str(); in TEST()
643 ("/tmp" + llvm::sys::path::get_separator() + "main.cpp").str(); in TEST()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp88 auto Sept = llvm::sys::path::get_separator(); in TEST()
137 auto Sept = llvm::sys::path::get_separator(); in TEST()
179 auto Sept = llvm::sys::path::get_separator(); in TEST()
221 auto Sept = llvm::sys::path::get_separator(); in TEST()
H A DCompilationDatabaseTest.cpp763 Proxy.consume_front(llvm::sys::path::get_separator()); in getProxy()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMinGW.cpp403 StringRef Sep = llvm::sys::path::get_separator(); in findClangRelativeSysroot()
435 Base += llvm::sys::path::get_separator(); in MinGW()
441 (Base + SubdirName + llvm::sys::path::get_separator() + "lib").str()); in MinGW()
445 (Base + SubdirName + llvm::sys::path::get_separator() + "mingw/lib").str()); in MinGW()
600 Base + SubdirName + llvm::sys::path::get_separator() + in AddClangSystemIncludeArgs()
605 Base + SubdirName + llvm::sys::path::get_separator() + "usr/include"); in AddClangSystemIncludeArgs()
616 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp355 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()
367 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
379 Storage.append(path::get_separator()); in DiskFilesOrDirectories()
401 assert(!PartialItem.contains(path::get_separator())); in DiskFilesOrDirectories()
446 path::append(CompletionBuffer, path::get_separator()); in DiskFilesOrDirectories()
/llvm-project-15.0.7/lldb/source/Utility/
H A DTildeExpressionResolver.cpp68 Buffer.append(path::get_separator()); in ResolvePartial()
H A DFileSpec.cpp50 return llvm::sys::path::get_separator(style).data(); in GetPathSeparators()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMapper.cpp107 Prefix += llvm::sys::path::get_separator(); in getFile()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCodeGenActionTest.cpp87 auto Sept = llvm::sys::path::get_separator(); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DPath.h402 StringRef get_separator(Style style = Style::native);
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCompletion.cpp236 std::string sep = std::string(path::get_separator()); in TEST_F()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DAsmDump.cpp144 : (opts::AsmDump + sys::path::get_separator() + PrintName + ".s") in dumpFunction()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DProgramTest.cpp117 char UndesiredSeparator = sys::path::get_separator()[0] == '/' ? '\\' : '/'; in checkSeparators()
H A DPath.cpp70 char UndesiredSeparator = sys::path::get_separator()[0] == '/' ? '\\' : '/'; in checkSeparators()
115 TEST(get_separator, Works) { in TEST() argument
116 EXPECT_EQ(path::get_separator(path::Style::posix), "/"); in TEST()
117 EXPECT_EQ(path::get_separator(path::Style::windows_backslash), "\\"); in TEST()
118 EXPECT_EQ(path::get_separator(path::Style::windows_slash), "/"); in TEST()
597 bool Forward = path::get_separator()[0] == '/'; in path2regex()
H A DCommandLineTest.cpp1187 char UndesiredSeparator = sys::path::get_separator()[0] == '/' ? '\\' : '/'; in checkSeparators()
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp252 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle()
H A DCodeCoverage.cpp478 NativePath += sys::path::get_separator(); in remapPathNames()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp60 llvm::StringRef PosixSeparator = get_separator(Style::posix); in Marshaller()
/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp62 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in OpenIncludeFile()
H A DPath.cpp609 StringRef get_separator(Style style) { in get_separator() function
H A DVirtualFileSystem.cpp1376 if (!Dir.endswith(sys::path::get_separator(style))) { in makeAbsolute()
1377 Result += sys::path::get_separator(style); in makeAbsolute()
/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp1246 StringRef sep = sys::path::get_separator(); in link()
H A DInputFiles.cpp1603 StringRef sep = sys::path::get_separator(); in sourceFile()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1004 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2751 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()