Mercurial > hg > CbC > CbC_llvm
comparison docs/PDB/index.rst @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 1172e4bd9c6f |
children | c2174574ed3a |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
51 DbiStream | 51 DbiStream |
52 ModiStream | 52 ModiStream |
53 PublicStream | 53 PublicStream |
54 GlobalStream | 54 GlobalStream |
55 HashStream | 55 HashStream |
56 CodeViewSymbols | |
57 CodeViewTypes | |
56 | 58 |
57 .. _msf: | 59 .. _msf: |
58 | 60 |
59 The MSF Container | 61 The MSF Container |
60 ----------------- | 62 ----------------- |
159 ======== | 161 ======== |
160 CodeView is another format which comes into the picture. While MSF defines | 162 CodeView is another format which comes into the picture. While MSF defines |
161 the structure of the overall file, and PDB defines the set of streams that | 163 the structure of the overall file, and PDB defines the set of streams that |
162 appear within the MSF file and the format of those streams, CodeView defines | 164 appear within the MSF file and the format of those streams, CodeView defines |
163 the format of **symbol and type records** that appear within specific streams. | 165 the format of **symbol and type records** that appear within specific streams. |
164 Refer to the pages on `CodeView Symbol Records` and `CodeView Type Records` for | 166 Refer to the pages on :doc:`CodeViewSymbols` and :doc:`CodeViewTypes` for |
165 more information about the CodeView format. | 167 more information about the CodeView format. |