]> granicus.if.org Git - llvm/commit
NFC: Rename (PDB) RawSession to NativeSession
authorAdrian McCarthy <amccarth@google.com>
Wed, 25 Jan 2017 22:38:55 +0000 (22:38 +0000)
committerAdrian McCarthy <amccarth@google.com>
Wed, 25 Jan 2017 22:38:55 +0000 (22:38 +0000)
commit11e1d83ce53563b29393645f8249f118f7bf9171
treec7fe504cbd7dafa7938e0a8658296ec946c81317
parent39a5a411607f99c1760904803a0e75a4eb9d0f82
NFC:  Rename (PDB) RawSession to NativeSession

This eliminates one overload on the term Raw.

Differential Revision: https://reviews.llvm.org/D29098

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293104 91177308-0d34-0410-b5e6-96231b3b80d8
58 files changed:
include/llvm/DebugInfo/PDB/Native/DbiStream.h [moved from include/llvm/DebugInfo/PDB/Raw/DbiStream.h with 94% similarity]
include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h [moved from include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h with 94% similarity]
include/llvm/DebugInfo/PDB/Native/EnumTables.h [moved from include/llvm/DebugInfo/PDB/Raw/EnumTables.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/GlobalsStream.h [moved from include/llvm/DebugInfo/PDB/Raw/GlobalsStream.h with 92% similarity]
include/llvm/DebugInfo/PDB/Native/Hash.h [moved from include/llvm/DebugInfo/PDB/Raw/Hash.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/HashTable.h [moved from include/llvm/DebugInfo/PDB/Raw/HashTable.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h [moved from include/llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/InfoStream.h [moved from include/llvm/DebugInfo/PDB/Raw/InfoStream.h with 94% similarity]
include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h [moved from include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h with 89% similarity]
include/llvm/DebugInfo/PDB/Native/ModInfo.h [moved from include/llvm/DebugInfo/PDB/Raw/ModInfo.h with 97% similarity]
include/llvm/DebugInfo/PDB/Native/ModStream.h [moved from include/llvm/DebugInfo/PDB/Raw/ModStream.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h [moved from include/llvm/DebugInfo/PDB/Raw/NamedStreamMap.h with 96% similarity]
include/llvm/DebugInfo/PDB/Native/NativeSession.h [moved from include/llvm/DebugInfo/PDB/Raw/RawSession.h with 91% similarity]
include/llvm/DebugInfo/PDB/Native/PDBFile.h [moved from include/llvm/DebugInfo/PDB/Raw/PDBFile.h with 94% similarity]
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h [moved from include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h with 89% similarity]
include/llvm/DebugInfo/PDB/Native/PublicsStream.h [moved from include/llvm/DebugInfo/PDB/Raw/PublicsStream.h with 95% similarity]
include/llvm/DebugInfo/PDB/Native/RawConstants.h [moved from include/llvm/DebugInfo/PDB/Raw/RawConstants.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/RawError.h [moved from include/llvm/DebugInfo/PDB/Raw/RawError.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/RawTypes.h [moved from include/llvm/DebugInfo/PDB/Raw/RawTypes.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/StringTable.h [moved from include/llvm/DebugInfo/PDB/Raw/StringTable.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/StringTableBuilder.h [moved from include/llvm/DebugInfo/PDB/Raw/StringTableBuilder.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/SymbolStream.h [moved from include/llvm/DebugInfo/PDB/Raw/SymbolStream.h with 100% similarity]
include/llvm/DebugInfo/PDB/Native/TpiHashing.h [moved from include/llvm/DebugInfo/PDB/Raw/TpiHashing.h with 98% similarity]
include/llvm/DebugInfo/PDB/Native/TpiStream.h [moved from include/llvm/DebugInfo/PDB/Raw/TpiStream.h with 92% similarity]
include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h [moved from include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h with 97% similarity]
include/llvm/DebugInfo/PDB/PDBTypes.h
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/Native/DbiStream.cpp [moved from lib/DebugInfo/PDB/Raw/DbiStream.cpp with 96% similarity]
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp [moved from lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp with 98% similarity]
lib/DebugInfo/PDB/Native/EnumTables.cpp [moved from lib/DebugInfo/PDB/Raw/EnumTables.cpp with 92% similarity]
lib/DebugInfo/PDB/Native/GSI.cpp [moved from lib/DebugInfo/PDB/Raw/GSI.cpp with 97% similarity]
lib/DebugInfo/PDB/Native/GSI.h [moved from lib/DebugInfo/PDB/Raw/GSI.h with 97% similarity]
lib/DebugInfo/PDB/Native/GlobalsStream.cpp [moved from lib/DebugInfo/PDB/Raw/GlobalsStream.cpp with 95% similarity]
lib/DebugInfo/PDB/Native/Hash.cpp [moved from lib/DebugInfo/PDB/Raw/Hash.cpp with 98% similarity]
lib/DebugInfo/PDB/Native/HashTable.cpp [moved from lib/DebugInfo/PDB/Raw/HashTable.cpp with 98% similarity]
lib/DebugInfo/PDB/Native/InfoStream.cpp [moved from lib/DebugInfo/PDB/Raw/InfoStream.cpp with 89% similarity]
lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp [moved from lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp with 84% similarity]
lib/DebugInfo/PDB/Native/ModInfo.cpp [moved from lib/DebugInfo/PDB/Raw/ModInfo.cpp with 95% similarity]
lib/DebugInfo/PDB/Native/ModStream.cpp [moved from lib/DebugInfo/PDB/Raw/ModStream.cpp with 91% similarity]
lib/DebugInfo/PDB/Native/NamedStreamMap.cpp [moved from lib/DebugInfo/PDB/Raw/NamedStreamMap.cpp with 96% similarity]
lib/DebugInfo/PDB/Native/NativeSession.cpp [moved from lib/DebugInfo/PDB/Raw/RawSession.cpp with 50% similarity]
lib/DebugInfo/PDB/Native/PDBFile.cpp [moved from lib/DebugInfo/PDB/Raw/PDBFile.cpp with 91% similarity]
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp [moved from lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp with 90% similarity]
lib/DebugInfo/PDB/Native/PublicsStream.cpp [moved from lib/DebugInfo/PDB/Raw/PublicsStream.cpp with 95% similarity]
lib/DebugInfo/PDB/Native/RawError.cpp [moved from lib/DebugInfo/PDB/Raw/RawError.cpp with 98% similarity]
lib/DebugInfo/PDB/Native/StringTable.cpp [moved from lib/DebugInfo/PDB/Raw/StringTable.cpp with 94% similarity]
lib/DebugInfo/PDB/Native/StringTableBuilder.cpp [moved from lib/DebugInfo/PDB/Raw/StringTableBuilder.cpp with 95% similarity]
lib/DebugInfo/PDB/Native/SymbolStream.cpp [moved from lib/DebugInfo/PDB/Raw/SymbolStream.cpp with 86% similarity]
lib/DebugInfo/PDB/Native/TpiHashing.cpp [moved from lib/DebugInfo/PDB/Raw/TpiHashing.cpp with 96% similarity]
lib/DebugInfo/PDB/Native/TpiStream.cpp [moved from lib/DebugInfo/PDB/Raw/TpiStream.cpp with 91% similarity]
lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp [moved from lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp with 94% similarity]
lib/DebugInfo/PDB/PDB.cpp
tools/llvm-pdbdump/LLVMOutputStyle.cpp
tools/llvm-pdbdump/PdbYaml.cpp
tools/llvm-pdbdump/PdbYaml.h
tools/llvm-pdbdump/YAMLOutputStyle.cpp
tools/llvm-pdbdump/YamlTypeDumper.cpp
tools/llvm-pdbdump/llvm-pdbdump.cpp