Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lld/Common/
H A DReproduce.cpp28 path::remove_dots(abs, /*remove_dot_dot=*/true); in relativeToRoot()
/freebsd/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.cpp578 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 DCodeCoverage.cpp224 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 DCoverageReport.cpp232 sys::path::remove_dots(FileName, /*remove_dot_dot=*/true); in render()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp58 sys::path::remove_dots(BundlePath); in expandBundle()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h210 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp92 sys::path::remove_dots(FilePath, /*remove_dot_dot=*/true, PathStyle); in getFlagName()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp527 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 DClangFormat.cpp611 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 DLTO.cpp254 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/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.cpp856 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 DPath.cpp716 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp427 llvm::sys::path::remove_dots(NativeFilePath, /*remove_dot_dot=*/true); in parse()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp185 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp408 sys::path::remove_dots(path, true); in compile()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp52 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp2110 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 DHeaderSearch.cpp2054 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 DPrecompiledPreamble.cpp121 llvm::sys::path::remove_dots(Buf, /*remove_dot_dot=*/true); in InclusionDirective()
H A DTextDiagnostic.cpp767 llvm::sys::path::remove_dots(TmpFilename, /* remove_dot_dot */ true); in emitFilename()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp320 sys::path::remove_dots(P, true); in addNormalizedPathToMap()

12