[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
authorZachary Turner <zturner@google.com>
Tue, 30 May 2017 16:36:15 +0000 (16:36 +0000)
committerZachary Turner <zturner@google.com>
Tue, 30 May 2017 16:36:15 +0000 (16:36 +0000)
commit8c099fe06e9c4efdea698ac82df2685792ea0b6e
treef7c02d70b848b5a80ae054f209d5a8ee2965a291
parent00ce96f6eed8559c7bbb90768a782ca0cc3c47ea
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.

This is more concise, and matches the terminology used in other
parts of the codebase more closely.

llvm-svn: 304218
31 files changed:
llvm/include/llvm/DebugInfo/CodeView/CodeView.h
llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h [moved from llvm/include/llvm/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.h with 70% similarity]
llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h [moved from llvm/include/llvm/DebugInfo/CodeView/ModuleDebugInlineeLinesFragment.h with 71% similarity]
llvm/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h [moved from llvm/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h with 84% similarity]
llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h [moved from llvm/include/llvm/DebugInfo/CodeView/ModuleDebugFragment.h with 59% similarity]
llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h [moved from llvm/include/llvm/DebugInfo/CodeView/ModuleDebugFragmentRecord.h with 55% similarity]
llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h [moved from llvm/include/llvm/DebugInfo/CodeView/ModuleDebugFragmentVisitor.h with 50% similarity]
llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h [moved from llvm/include/llvm/DebugInfo/CodeView/ModuleDebugUnknownFragment.h with 60% similarity]
llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
llvm/include/llvm/DebugInfo/PDB/Native/DbiStream.h
llvm/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
llvm/lib/DebugInfo/CodeView/CMakeLists.txt
llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp [moved from llvm/lib/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.cpp with 75% similarity]
llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp [moved from llvm/lib/DebugInfo/CodeView/ModuleDebugInlineeLinesFragment.cpp with 67% similarity]
llvm/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp [moved from llvm/lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp with 70% similarity]
llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp [moved from llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp with 55% similarity]
llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp [new file with mode: 0644]
llvm/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp [new file with mode: 0644]
llvm/lib/DebugInfo/CodeView/EnumTables.cpp
llvm/lib/DebugInfo/CodeView/ModuleDebugFragmentRecord.cpp [deleted file]
llvm/lib/DebugInfo/CodeView/ModuleDebugFragmentVisitor.cpp [deleted file]
llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
llvm/lib/MC/MCCodeView.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/llvm-pdbdump.cpp
llvm/tools/llvm-readobj/COFFDumper.cpp