/external/llvm-project/clang/lib/Frontend/ |
D | DependencyFile.cpp | 52 llvm::sys::path::remove_leading_dotslash(*Filename), in FileChanged() 60 llvm::sys::path::remove_leading_dotslash(SkippedFile.getName()); in FileSkipped() 86 llvm::sys::path::remove_leading_dotslash(File->getName()); in HasInclude()
|
D | ModuleDependencyCollector.cpp | 193 AbsoluteSrc = path::remove_leading_dotslash(AbsoluteSrc); in copyToRoot()
|
/external/clang/lib/Frontend/ |
D | DependencyFile.cpp | 55 llvm::sys::path::remove_leading_dotslash(FE->getName()); in FileChanged() 291 AddFilename(llvm::sys::path::remove_leading_dotslash(Filename)); in FileChanged()
|
D | ModuleDependencyCollector.cpp | 190 AbsoluteSrc = path::remove_leading_dotslash(AbsoluteSrc); in copyToRoot()
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 443 StringRef remove_leading_dotslash(StringRef path);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 443 StringRef remove_leading_dotslash(StringRef path);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Path.h | 506 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Path.h | 460 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native);
|
/external/llvm-project/clang/lib/Tooling/DependencyScanning/ |
D | ModuleDepCollector.cpp | 83 std::string(llvm::sys::path::remove_leading_dotslash(*Filename))); in FileChanged()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCollector.cpp | 80 AbsoluteSrc = sys::path::remove_leading_dotslash(AbsoluteSrc); in addFileImpl()
|
D | VirtualFileSystem.cpp | 1348 Path = sys::path::remove_leading_dotslash(Path); in parseEntry() 1409 FullPath = sys::path::remove_leading_dotslash(FullPath); in parseEntry() 1660 Path = sys::path::remove_leading_dotslash(Path); in lookupPath()
|
D | Path.cpp | 701 StringRef remove_leading_dotslash(StringRef Path, Style style) { in remove_leading_dotslash() function
|
/external/llvm-project/llvm/lib/Support/ |
D | FileCollector.cpp | 89 AbsoluteSrc = sys::path::remove_leading_dotslash(AbsoluteSrc); in addFileImpl()
|
D | Path.cpp | 702 StringRef remove_leading_dotslash(StringRef Path, Style style) { in remove_leading_dotslash() function
|
D | VirtualFileSystem.cpp | 1005 llvm::sys::path::remove_leading_dotslash(Path, style); in canonicalize()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Headers.cpp | 246 llvm::sys::path::remove_leading_dotslash(RelFile)); in calculateIncludePath()
|
/external/llvm-project/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 139 return sys::path::remove_leading_dotslash(Path).str(); in getAbsolutePath()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 139 return sys::path::remove_leading_dotslash(Path).str(); in getAbsolutePath()
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 935 Path1 = path::remove_leading_dotslash(Path1); in TEST() 937 Path2 = path::remove_leading_dotslash(Path2); in TEST()
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 1151 Path = sys::path::remove_leading_dotslash(Path); in parseEntry() 1214 FullPath = sys::path::remove_leading_dotslash(FullPath); in parseEntry() 1442 Path = sys::path::remove_leading_dotslash(Path); in lookupPath()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 692 StringRef remove_leading_dotslash(StringRef Path) { in remove_leading_dotslash() function
|
/external/llvm/lib/Support/ |
D | Path.cpp | 692 StringRef remove_leading_dotslash(StringRef Path) { in remove_leading_dotslash() function
|
/external/llvm-project/llvm/unittests/Support/ |
D | Path.cpp | 1398 Path1 = path::remove_leading_dotslash(Path1); in TEST() 1400 Path2 = path::remove_leading_dotslash(Path2); in TEST()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 550 std::string(llvm::sys::path::remove_leading_dotslash(MainFileDirSS)); in CreateCompileUnit()
|