[Codeview/PDB] Rename some methods for clarity.
authorZachary Turner <zturner@google.com>
Thu, 22 Mar 2018 17:37:28 +0000 (17:37 +0000)
committerZachary Turner <zturner@google.com>
Thu, 22 Mar 2018 17:37:28 +0000 (17:37 +0000)
commit71d36ad9f919d420beed28f6467123acb621f486
treea4b5946cfb6f6640b98ebedbe169926f7624590d
parent6432afe50c4b3afc4beb99b9392e8a1967bd6838
[Codeview/PDB] Rename some methods for clarity.

NFC, this just renames some methods to better express what they
do, and also adds a few helper methods to add some symmetry to the
API in a few places (for example there was a getStringFromId but not
a getIdFromString method in the string table).

llvm-svn: 328221
llvm/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h
llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp
llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp