Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DReproduce.cpp29 path::remove_dots(Abs, /*remove_dot_dot=*/true); in relativeToRoot()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp45 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 DCoverageReport.cpp183 sys::path::remove_dots(FileName, /*remove_dot_dots=*/true); in render()
H A DSourceCoverageViewHTML.cpp325 sys::path::remove_dots(LinkTextStr, /*remove_dot_dots=*/true); in buildLinkToFile()
H A DCodeCoverage.cpp193 sys::path::remove_dots(EffectivePath, /*remove_dot_dots=*/true); in addCollectedPath()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp663 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 DPath.cpp713 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 DPath.h452 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp216 path::remove_dots(VirtualPath, /*remove_dot_dot=*/true); in copyToRoot()
H A DCompilerInvocation.cpp1930 llvm::sys::path::remove_dots(P); in ParseHeaderSearchArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp228 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp396 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp529 sys::path::remove_dots(BundlePath); in expandBundle()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp1682 path::remove_dots(DirPath, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1285 llvm::sys::path::remove_dots(Path, /*remove_dot_dots=*/true); in normalizeFilename()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp1488 sys::path::remove_dots(Config->PDBAltPath); in link()
H A DPDB.cpp307 sys::path::remove_dots(AbsoluteFileName, true, GuessedStyle); in pdbMakeAbsolute()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1332 return Changed | llvm::sys::path::remove_dots(Path); in cleanPathForOutput()