Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/lld/Common/
H A DReproduce.cpp28 path::remove_dots(abs, /*remove_dot_dot=*/true); in relativeToRoot()
/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp44 sys::path::remove_dots(ParentPath, /*remove_dot_dot=*/true); in getOutputPath()
160 sys::path::remove_dots(SourceText, /*remove_dot_dot=*/true); in getSourceName()
H A DCodeCoverage.cpp219 sys::path::remove_dots(EffectivePath, /*remove_dot_dot=*/true); in addCollectedPath()
483 sys::path::remove_dots(NativePath, true); in remapPathNames()
495 sys::path::remove_dots(NativeFilename, true); in remapPathNames()
H A DCoverageReport.cpp182 sys::path::remove_dots(FileName, /*remove_dot_dot=*/true); in render()
H A DSourceCoverageViewHTML.cpp325 sys::path::remove_dots(LinkTextStr, /*remove_dot_dot=*/true); in buildLinkToFile()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp65 path::remove_dots(FilePath, true); in getRelativeIncludeName()
74 path::remove_dots(DirPath, true); in getRelativeIncludeName()
/openbsd/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp58 sys::path::remove_dots(BundlePath); in expandBundle()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp188 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()
H A DTextDiagnostic.cpp777 llvm::sys::path::remove_dots(TmpFilename, /* remove_dot_dot */ true); in emitFilename()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DPath.h210 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp85 sys::path::remove_dots(FilePath, /*remove_dot_dot=*/true, PathStyle); in getFlagName()
/openbsd/gnu/llvm/lld/COFF/
H A DLTO.cpp244 sys::path::remove_dots(path, true); in compile()
H A DPDB.cpp265 sys::path::remove_dots(fileName, true); in pdbMakeAbsolute()
279 sys::path::remove_dots(absoluteFileName, true, guessedStyle); in pdbMakeAbsolute()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DFileCollector.cpp117 sys::path::remove_dots(Paths.VirtualPath, /*remove_dot_dot=*/true); in canonicalize()
H A DVirtualFileSystem.cpp830 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in addFile()
939 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in lookupNode()
1144 llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true); in setCurrentWorkingDirectory()
1160 llvm::sys::path::remove_dots(Output, /*remove_dot_dot=*/true); in getRealPath()
1204 llvm::sys::path::remove_dots(result, /*remove_dot_dot=*/true, style); in canonicalize()
/openbsd/gnu/llvm/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp428 llvm::sys::path::remove_dots(NativeFilePath, /*remove_dot_dot=*/true); in parse()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp184 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile()
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp47 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp535 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp1937 path::remove_dots(FilePath, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
1948 path::remove_dots(Dir, /*remove_dot_dot=*/true); in suggestPathToFileForDiagnostics()
H A DPPMacroExpansion.cpp1971 llvm::sys::path::remove_dots(Path, false, in processPathForFileMacro()
1974 llvm::sys::path::remove_dots(Path, false, llvm::sys::path::Style::posix); in processPathForFileMacro()
/openbsd/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp552 llvm::sys::path::remove_dots(Path, /*remove_dot_dot*/ true, PathStyle); in load()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp624 sys::path::remove_dots(Ret, /*removedotdot*/ true); in canonicalizePath()
/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp178 sys::path::remove_dots(P, /*remove_dot_dot=*/true); in readUncompressed()

12