Home
last modified time | relevance | path

Searched refs:remove_dots (Results 1 – 25 of 41) 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.cpp573 sys::path::remove_dots(LinkTextStr, /*remove_dot_dot=*/true); in buildLinkToFile()
798 sys::path::remove_dots(RootPath, /*remove_dot_dot=*/true); in buildTitleLinks()
805 sys::path::remove_dots(SubPath, /*remove_dot_dot=*/true); in buildTitleLinks()
837 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()
506 sys::path::remove_dots(NativePath, true); in remapPathNames()
523 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.cpp70 path::remove_dots(FilePath, true); in getRelativeIncludeName()
79 path::remove_dots(DirPath, true); in getRelativeIncludeName()
/freebsd/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.cpp121 llvm::sys::path::remove_dots(Buf, /*remove_dot_dot=*/true); in InclusionDirective()
/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.cpp513 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()
651 llvm::sys::path::remove_dots(AbsPathBuf, /*remove_dot_dot=*/true); in getCanonicalName()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp607 remove_dots(AbsPath, /*remove_dot_dot=*/true); in isIgnored()
659 remove_dots(Path, /*remove_dot_dot=*/true, Style::posix); in isIgnored()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h216 LLVM_ABI bool remove_dots(SmallVectorImpl<char> &path,
/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.cpp868 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in addFile()
978 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in lookupNode()
1183 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in setCurrentWorkingDirectory()
1198 llvm::sys::path::remove_dots(Output, /*remove_dot_dot=*/true); in getRealPath()
1242 llvm::sys::path::remove_dots(result, /*remove_dot_dot=*/true, style); in canonicalize()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp259 sys::path::remove_dots(path, true); in compile()
H A DPDB.cpp253 sys::path::remove_dots(fileName, true); in pdbMakeAbsolute()
267 sys::path::remove_dots(absoluteFileName, true, guessedStyle); in pdbMakeAbsolute()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp422 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.cpp414 sys::path::remove_dots(path, true); in compile()
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp553 llvm::sys::path::remove_dots(Path, /*remove_dot_dot*/ true, PathStyle); in load()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp2064 llvm::sys::path::remove_dots(Path, false, in processPathForFileMacro()
2067 llvm::sys::path::remove_dots(Path, false, llvm::sys::path::Style::posix); in processPathForFileMacro()
H A DHeaderSearch.cpp2085 path::remove_dots(FilePath, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
2096 path::remove_dots(Dir, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp748 llvm::sys::path::remove_dots(p, true); in AddHIPRuntimeLibArgs()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp54 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()

12