| /freebsd-12.1/contrib/llvm/tools/lld/Common/ |
| H A D | Reproduce.cpp | 29 path::remove_dots(Abs, /*remove_dot_dot=*/true); in relativeToRoot()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 45 sys::path::remove_dots(ParentPath, /*remove_dot_dots=*/true); in getOutputPath() 160 sys::path::remove_dots(SourceText, /*remove_dot_dots=*/true); in getSourceName()
|
| H A D | CoverageReport.cpp | 183 sys::path::remove_dots(FileName, /*remove_dot_dots=*/true); in render()
|
| H A D | SourceCoverageViewHTML.cpp | 325 sys::path::remove_dots(LinkTextStr, /*remove_dot_dots=*/true); in buildLinkToFile()
|
| H A D | CodeCoverage.cpp | 193 sys::path::remove_dots(EffectivePath, /*remove_dot_dots=*/true); in addCollectedPath()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 663 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in addFile() 773 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in lookupInMemoryNode() 915 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in setCurrentWorkingDirectory() 931 llvm::sys::path::remove_dots(Output, /*remove_dot_dot=*/true); in getRealPath() 1267 sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in parseEntry() 1328 sys::path::remove_dots(FullPath, /*remove_dot_dot=*/true); in parseEntry() 1569 sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in lookupPath()
|
| H A D | Path.cpp | 713 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() function 741 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots() function 745 SmallString<256> result = remove_dots(p, remove_dot_dot, style); in remove_dots()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Path.h | 452 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ModuleDependencyCollector.cpp | 216 path::remove_dots(VirtualPath, /*remove_dot_dot=*/true); in copyToRoot()
|
| H A D | CompilerInvocation.cpp | 1930 llvm::sys::path::remove_dots(P); in ParseHeaderSearchArgs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 228 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | FileManager.cpp | 396 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 529 sys::path::remove_dots(BundlePath); in expandBundle()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 1682 path::remove_dots(DirPath, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1285 llvm::sys::path::remove_dots(Path, /*remove_dot_dots=*/true); in normalizeFilename()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Driver.cpp | 1488 sys::path::remove_dots(Config->PDBAltPath); in link()
|
| H A D | PDB.cpp | 307 sys::path::remove_dots(AbsoluteFileName, true, GuessedStyle); in pdbMakeAbsolute()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1332 return Changed | llvm::sys::path::remove_dots(Path); in cleanPathForOutput()
|