]> granicus.if.org Git - llvm/commit
[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)
commit3b718709c4542256d6652b2ec2a5aca913671e35
treef68199d2ec7420f8438b3c8e7fec93bb25fe010c
parent3284bd7d15baa7734b902d5c8c1cfb109419c703
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301810 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/llvm/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.h
include/llvm/DebugInfo/CodeView/ModuleDebugFragment.h
include/llvm/DebugInfo/CodeView/ModuleDebugFragmentVisitor.h
include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h
include/llvm/DebugInfo/CodeView/ModuleDebugUnknownFragment.h
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
lib/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.cpp
lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
lib/DebugInfo/CodeView/ModuleDebugFragmentVisitor.cpp
lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp
tools/llvm-pdbdump/C13DebugFragmentVisitor.h
tools/llvm-pdbdump/LLVMOutputStyle.cpp
tools/llvm-pdbdump/YAMLOutputStyle.cpp
tools/llvm-pdbdump/YAMLOutputStyle.h
tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp
tools/llvm-readobj/COFFDumper.cpp