[VFS] Rename `RedirectingFileSystem::dump` to `print`
authorBen Barham <ben_barham@apple.com>
Fri, 11 Mar 2022 22:31:21 +0000 (14:31 -0800)
committerBen Barham <ben_barham@apple.com>
Mon, 14 Mar 2022 18:44:07 +0000 (11:44 -0700)
commitcc63ae42d77200ed85dd0d57f1d5c5800a67683c
tree00275835071be49a550f919cba0942687824910f
parent9286786e873369b3e39b98e92dfc6781958d86b6
[VFS] Rename `RedirectingFileSystem::dump` to `print`

The rest of LLVM uses `print` for the method taking the `raw_ostream`
and `dump` only for the method with no parameters. Use the same for
`RedirectingFileSystem`.

Differential Revision: https://reviews.llvm.org/D121494
lldb/source/Commands/CommandObjectReproducer.cpp
llvm/include/llvm/Support/VirtualFileSystem.h
llvm/lib/Support/VirtualFileSystem.cpp