diff options
Diffstat (limited to 'llvm/docs/PDB/index.rst')
-rw-r--r-- | llvm/docs/PDB/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/PDB/index.rst b/llvm/docs/PDB/index.rst index d1b4379dbf8..a6054d720bd 100644 --- a/llvm/docs/PDB/index.rst +++ b/llvm/docs/PDB/index.rst @@ -52,7 +52,7 @@ File Layout ModiStream
PublicStream
GlobalStream
- HashStream
+ HashTable
CodeViewSymbols
CodeViewTypes
@@ -158,9 +158,9 @@ following pages: :doc:`GlobalStream`
Information about the Global Symbol Stream.
-:doc:`HashStream`
- Information about the Hash Table stream, and how it can be used to quickly look up records
- by name.
+:doc:`HashTable`
+ Information about the serialized hash table format used internally to represent things such
+ as the Named Stream Map and the Hash Adjusters in the :doc:`TPI/IPI Stream <TpiStream>`.
CodeView
========
|