Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lld/Common/
H A DReproduce.cpp28 path::remove_dots(abs, /*remove_dot_dot=*/true); in relativeToRoot()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp44 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 DSourceCoverageViewHTML.cpp420 sys::path::remove_dots(LinkTextStr, /*remove_dot_dot=*/true); in buildLinkToFile()
629 sys::path::remove_dots(RootPath, /*remove_dot_dot=*/true); in buildTitleLinks()
636 sys::path::remove_dots(SubPath, /*remove_dot_dot=*/true); in buildTitleLinks()
668 sys::path::remove_dots(LinkTextStr, /*remove_dot_dot=*/true); in buildRelLinkToFile()
H A DCodeCoverage.cpp227 sys::path::remove_dots(EffectivePath, /*remove_dot_dot=*/true); in addCollectedPath()
532 sys::path::remove_dots(NativePath, true); in remapPathNames()
549 sys::path::remove_dots(NativeFilename, true); in remapPathNames()
H A DCoverageReport.cpp215 sys::path::remove_dots(FileName, /*remove_dot_dot=*/true); in render()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp58 sys::path::remove_dots(BundlePath); in expandBundle()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp71 path::remove_dots(FilePath, true); in getRelativeIncludeName()
80 path::remove_dots(DirPath, true); in getRelativeIncludeName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp187 llvm::sys::path::remove_dots(TmpFilename, /* remove_dot_dot */ true); in emitFilename()
H A DPrecompiledPreamble.cpp119 llvm::sys::path::remove_dots(Buf, /*remove_dot_dot=*/true); in InclusionDirective()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp92 sys::path::remove_dots(FilePath, /*remove_dot_dot=*/true, PathStyle); in getFlagName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h210 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp603 remove_dots(AbsPath, /*remove_dot_dot=*/true); in isIgnored()
655 remove_dots(Path, /*remove_dot_dot=*/true, Style::posix); in isIgnored()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp534 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()
665 llvm::sys::path::remove_dots(AbsPathBuf, /*remove_dot_dot=*/true); in getCanonicalName()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DLTO.cpp253 sys::path::remove_dots(path, true); in compile()
H A DPDB.cpp262 sys::path::remove_dots(fileName, true); in pdbMakeAbsolute()
276 sys::path::remove_dots(absoluteFileName, true, guessedStyle); in pdbMakeAbsolute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp117 sys::path::remove_dots(Paths.VirtualPath, /*remove_dot_dot=*/true); in canonicalize()
H A DVirtualFileSystem.cpp832 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in addFile()
941 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in lookupNode()
1146 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in setCurrentWorkingDirectory()
1162 llvm::sys::path::remove_dots(Output, /*remove_dot_dot=*/true); in getRealPath()
1206 llvm::sys::path::remove_dots(result, /*remove_dot_dot=*/true, style); in canonicalize()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp428 llvm::sys::path::remove_dots(NativeFilePath, /*remove_dot_dot=*/true); in parse()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp185 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp406 sys::path::remove_dots(path, true); in compile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp50 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1972 llvm::sys::path::remove_dots(Path, false, in processPathForFileMacro()
1975 llvm::sys::path::remove_dots(Path, false, llvm::sys::path::Style::posix); in processPathForFileMacro()
H A DHeaderSearch.cpp1947 path::remove_dots(FilePath, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
1958 path::remove_dots(Dir, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp552 llvm::sys::path::remove_dots(Path, /*remove_dot_dot*/ true, PathStyle); in load()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp320 sys::path::remove_dots(P, true); in addNormalizedPathToMap()

12