[PDB/CodeView] Rename some classes.
authorZachary Turner <zturner@google.com>
Mon, 1 May 2017 16:46:39 +0000 (16:46 +0000)
committerZachary Turner <zturner@google.com>
Mon, 1 May 2017 16:46:39 +0000 (16:46 +0000)
commit7cc13e557c028b1d6e28880ec26cb1ceccad6b67
treed71668b0e7ac6b9ac33d17d88e7e5748368099b4
parent8a6238201f015729a47691c62808a23ec8525096
[PDB/CodeView] Rename some classes.

In preparation for introducing writing capabilities for each of
these classes, I would like to adopt a Foo / FooRef naming
convention, where Foo indicates that the class can manipulate and
serialize Foos, and FooRef indicates that it is an immutable view of
an existing Foo.  In other words, Foo is a writer and FooRef is a
reader.  This patch names some existing readers to conform to the
FooRef convention, while offering no functional change.

llvm-svn: 301810
18 files changed:
llvm/include/llvm/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.h
llvm/include/llvm/DebugInfo/CodeView/ModuleDebugFragment.h
llvm/include/llvm/DebugInfo/CodeView/ModuleDebugFragmentVisitor.h
llvm/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h
llvm/include/llvm/DebugInfo/CodeView/ModuleDebugUnknownFragment.h
llvm/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
llvm/lib/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.cpp
llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
llvm/lib/DebugInfo/CodeView/ModuleDebugFragmentVisitor.cpp
llvm/lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp
llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
llvm/tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp
llvm/tools/llvm-pdbdump/C13DebugFragmentVisitor.h
llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp
llvm/tools/llvm-pdbdump/YAMLOutputStyle.cpp
llvm/tools/llvm-pdbdump/YAMLOutputStyle.h
llvm/tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp
llvm/tools/llvm-readobj/COFFDumper.cpp