OSDN Git Service

[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)
commit4b1845a38acd593824661112a5910b3c8ab4536e
treeb7c3ee7f6dd82c5e97d50e7a169b387ccbf34535
parent6781296ab73919296bf472eb54b7049732025bbb
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304218 91177308-0d34-0410-b5e6-96231b3b80d8
31 files changed:
include/llvm/DebugInfo/CodeView/CodeView.h
include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h [moved from include/llvm/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.h with 70% similarity]
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h [moved from include/llvm/DebugInfo/CodeView/ModuleDebugInlineeLinesFragment.h with 71% similarity]
include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h [moved from include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h with 84% similarity]
include/llvm/DebugInfo/CodeView/DebugSubsection.h [moved from include/llvm/DebugInfo/CodeView/ModuleDebugFragment.h with 59% similarity]
include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h [moved from include/llvm/DebugInfo/CodeView/ModuleDebugFragmentRecord.h with 55% similarity]
include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h [moved from include/llvm/DebugInfo/CodeView/ModuleDebugFragmentVisitor.h with 50% similarity]
include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h [moved from include/llvm/DebugInfo/CodeView/ModuleDebugUnknownFragment.h with 60% similarity]
include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
include/llvm/DebugInfo/PDB/Native/DbiStream.h
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.h
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp [moved from lib/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.cpp with 75% similarity]
lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp [moved from lib/DebugInfo/CodeView/ModuleDebugInlineeLinesFragment.cpp with 67% similarity]
lib/DebugInfo/CodeView/DebugLinesSubsection.cpp [moved from lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp with 70% similarity]
lib/DebugInfo/CodeView/DebugSubsection.cpp [moved from lib/DebugInfo/CodeView/ModuleDebugFragment.cpp with 55% similarity]
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/EnumTables.cpp
lib/DebugInfo/CodeView/ModuleDebugFragmentRecord.cpp [deleted file]
lib/DebugInfo/CodeView/ModuleDebugFragmentVisitor.cpp [deleted file]
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
lib/MC/MCCodeView.cpp
tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp
tools/llvm-pdbdump/C13DebugFragmentVisitor.h
tools/llvm-pdbdump/LLVMOutputStyle.cpp
tools/llvm-pdbdump/YAMLOutputStyle.cpp
tools/llvm-pdbdump/llvm-pdbdump.cpp
tools/llvm-readobj/COFFDumper.cpp