| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDieTest.cpp | 188 ("/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 D | DependencyScannerTest.cpp | 88 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 D | CompilationDatabaseTest.cpp | 763 Proxy.consume_front(llvm::sys::path::get_separator()); in getProxy()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | MinGW.cpp | 403 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 D | CommandCompletions.cpp | 355 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 D | TildeExpressionResolver.cpp | 68 Buffer.append(path::get_separator()); in ResolvePartial()
|
| H A D | FileSpec.cpp | 50 return llvm::sys::path::get_separator(style).data(); in GetPathSeparators()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Mapper.cpp | 107 Prefix += llvm::sys::path::get_separator(); in getFile()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | CodeGenActionTest.cpp | 87 auto Sept = llvm::sys::path::get_separator(); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Path.h | 402 StringRef get_separator(Style style = Style::native);
|
| /llvm-project-15.0.7/lldb/unittests/Interpreter/ |
| H A D | TestCompletion.cpp | 236 std::string sep = std::string(path::get_separator()); in TEST_F()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | AsmDump.cpp | 144 : (opts::AsmDump + sys::path::get_separator() + PrintName + ".s") in dumpFunction()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ProgramTest.cpp | 117 char UndesiredSeparator = sys::path::get_separator()[0] == '/' ? '\\' : '/'; in checkSeparators()
|
| H A D | Path.cpp | 70 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 D | CommandLineTest.cpp | 1187 char UndesiredSeparator = sys::path::get_separator()[0] == '/' ? '\\' : '/'; in checkSeparators()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewHTML.cpp | 252 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle()
|
| H A D | CodeCoverage.cpp | 478 NativePath += sys::path::get_separator(); in remapPathNames()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/ |
| H A D | Marshalling.cpp | 60 llvm::StringRef PosixSeparator = get_separator(Style::posix); in Marshaller()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 62 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in OpenIncludeFile()
|
| H A D | Path.cpp | 609 StringRef get_separator(Style style) { in get_separator() function
|
| H A D | VirtualFileSystem.cpp | 1376 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 D | Driver.cpp | 1246 StringRef sep = sys::path::get_separator(); in link()
|
| H A D | InputFiles.cpp | 1603 StringRef sep = sys::path::get_separator(); in sourceFile()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1004 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2751 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()
|