Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DReproduce.cpp28 path::remove_dots(abs, /*remove_dot_dot=*/true); in relativeToRoot()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp44 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 DCodeCoverage.cpp212 sys::path::remove_dots(EffectivePath, /*remove_dot_dots=*/true); in addCollectedPath()
478 sys::path::remove_dots(NativePath, true); in remapPathNames()
490 sys::path::remove_dots(NativeFilename, true); in remapPathNames()
H A DCoverageReport.cpp182 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp39 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp115 sys::path::remove_dots(Paths.VirtualPath, /*remove_dot_dot=*/true); in canonicalize()
H A DVirtualFileSystem.cpp730 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in addFile()
838 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in lookupInMemoryNode()
980 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in setCurrentWorkingDirectory()
996 llvm::sys::path::remove_dots(Output, /*remove_dot_dot=*/true); in getRealPath()
1033 llvm::sys::path::remove_dots(result, /*remove_dot_dot=*/true, style); in canonicalize()
H A DPath.cpp714 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp428 llvm::sys::path::remove_dots(AbsolutePath, /*remove_dot_dot=*/ true); in parse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp187 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp504 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp528 llvm::sys::path::remove_dots(Path, /*remove_dot_dot*/ true, PathStyle); in load()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp588 sys::path::remove_dots(BundlePath); in expandBundle()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp536 sys::path::remove_dots(Ret, /*removedotdot*/ true); in canonicalizePath()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp122 llvm::sys::path::remove_dots(Buf, /*remove_dot_dot=*/true); in InclusionDirective()
H A DTextDiagnostic.cpp777 llvm::sys::path::remove_dots(TmpFilename, /* remove_dot_dot */ true); in emitFilename()
H A DCompilerInvocation.cpp2961 llvm::sys::path::remove_dots(P); in ParseHeaderSearchArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1800 path::remove_dots(DirPath, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1577 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in normalizeFilename()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp282 sys::path::remove_dots(absoluteFileName, true, guessedStyle); in pdbMakeAbsolute()
H A DDriver.cpp2015 sys::path::remove_dots(config->pdbAltPath); in linkerMain()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1780 llvm::sys::path::remove_dots(nativePath, /*remove_dot_dot=*/true); in writeDependencyFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc104 llvm::sys::path::remove_dots(Path8Str, true);

12