Module rustc_metadata::index
[−]
[src]
rustc_private)Structs
| DenseIndex |
[Unstable] A dense index with integer keys. Different API from IndexData (should these be merged?) |
| Index |
[Unstable] As part of the metadata, we generate an index that stores, for
each DefIndex, the position of the corresponding RBML document (if
any). This is just a big |
| IndexData |
[Unstable] While we are generating the metadata, we also track the position
of each DefIndex. It is not required that all definitions appear
in the metadata, nor that they are serialized in order, and
therefore we first allocate the vector here and fill it with
|
Functions
| write_dense_index | [Unstable] |