/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Reproduce.cpp | 28 path::remove_dots(abs, /*remove_dot_dot=*/true); in relativeToRoot()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 44 sys::path::remove_dots(ParentPath, /*remove_dot_dot=*/true); in getOutputPath() 166 sys::path::remove_dots(SourceText, /*remove_dot_dot=*/true); in getSourceName()
|
H A D | SourceCoverageViewHTML.cpp | 578 sys::path::remove_dots(LinkTextStr, /*remove_dot_dot=*/true); in buildLinkToFile() 803 sys::path::remove_dots(RootPath, /*remove_dot_dot=*/true); in buildTitleLinks() 810 sys::path::remove_dots(SubPath, /*remove_dot_dot=*/true); in buildTitleLinks() 842 sys::path::remove_dots(LinkTextStr, /*remove_dot_dot=*/true); in buildRelLinkToFile()
|
H A D | CodeCoverage.cpp | 224 sys::path::remove_dots(EffectivePath, /*remove_dot_dot=*/true); in addCollectedPath() 504 sys::path::remove_dots(NativePath, true); in remapPathNames() 521 sys::path::remove_dots(NativeFilename, true); in remapPathNames()
|
H A D | CoverageReport.cpp | 232 sys::path::remove_dots(FileName, /*remove_dot_dot=*/true); in render()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | llvm-debuginfo-analyzer.cpp | 58 sys::path::remove_dots(BundlePath); in expandBundle()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 71 path::remove_dots(FilePath, true); in getRelativeIncludeName() 80 path::remove_dots(DirPath, true); in getRelativeIncludeName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Path.h | 210 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 92 sys::path::remove_dots(FilePath, /*remove_dot_dot=*/true, PathStyle); in getFlagName()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 527 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName() 663 llvm::sys::path::remove_dots(AbsPathBuf, /*remove_dot_dot=*/true); in getCanonicalName()
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 611 remove_dots(AbsPath, /*remove_dot_dot=*/true); in isIgnored() 663 remove_dots(Path, /*remove_dot_dot=*/true, Style::posix); in isIgnored()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | LTO.cpp | 254 sys::path::remove_dots(path, true); in compile()
|
H A D | PDB.cpp | 262 sys::path::remove_dots(fileName, true); in pdbMakeAbsolute() 276 sys::path::remove_dots(absoluteFileName, true, guessedStyle); in pdbMakeAbsolute()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileCollector.cpp | 117 sys::path::remove_dots(Paths.VirtualPath, /*remove_dot_dot=*/true); in canonicalize()
|
H A D | VirtualFileSystem.cpp | 856 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in addFile() 966 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in lookupNode() 1171 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in setCurrentWorkingDirectory() 1186 llvm::sys::path::remove_dots(Output, /*remove_dot_dot=*/true); in getRealPath() 1230 llvm::sys::path::remove_dots(result, /*remove_dot_dot=*/true, style); in canonicalize()
|
H A D | Path.cpp | 716 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() function
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 427 llvm::sys::path::remove_dots(NativeFilePath, /*remove_dot_dot=*/true); in parse()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | FileSpec.cpp | 185 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LTO.cpp | 408 sys::path::remove_dots(path, true); in compile()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 52 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 2110 llvm::sys::path::remove_dots(Path, false, in processPathForFileMacro() 2113 llvm::sys::path::remove_dots(Path, false, llvm::sys::path::Style::posix); in processPathForFileMacro()
|
H A D | HeaderSearch.cpp | 2054 path::remove_dots(FilePath, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics() 2065 path::remove_dots(Dir, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 121 llvm::sys::path::remove_dots(Buf, /*remove_dot_dot=*/true); in InclusionDirective()
|
H A D | TextDiagnostic.cpp | 767 llvm::sys::path::remove_dots(TmpFilename, /* remove_dot_dot */ true); in emitFilename()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 320 sys::path::remove_dots(P, true); in addNormalizedPathToMap()
|