Lines Matching refs:Table
1704 // Trait used for the on-disk hash table of header search information.
1859 // Create the on-disk hash table in a buffer.
1881 // Write the header search table
1895 /// TODO: We should probably use an on-disk hash table (stored in a
1915 // Write out the source location entry table. We skip the first
2040 // Write the source-location offsets table into the AST block. This
2041 // table is used for lazily loading source-location information.
2061 // Write the line table. It depends on remapping working, so it must come
2296 // Write the offsets table for macro IDs.
2392 // Write the offsets table for the preprocessing record.
2396 // Write the offsets table for identifier IDs.
2863 // Trait used for the on-disk hash table used in the method pool.
2972 /// in an on-disk hash table indexed by the selector. The hash table also
2986 // Create the on-disk hash table representation. We walk through every
3026 // Create the on-disk hash table in a buffer.
3053 // Create a blob abbreviation for the selector table offsets.
3061 // Write the selector offsets table.
3094 // Identifier Table Serialization
3097 /// Determine the declaration that should be put into the name lookup table to
3114 // different context. They don't go in this lookup table at all.
3147 /// full IdentifierInfo structure written into the hash table. Notably, this
3229 // identifiers table if necessary.
3283 /// \brief Write the identifier table into the AST file.
3285 /// The identifier table consists of a blob containing string data
3305 // table to enable checking of the predefines buffer in the case
3318 // Create the on-disk hash table representation. We only store offsets
3324 assert(II && "NULL identifier in identifier table");
3334 // Create the on-disk hash table in a buffer.
3352 // Write the identifier table
3357 // Write the offsets table for identifier IDs.
3383 // DeclContext's Name Lookup Table Serialization
3387 // Trait used for the on-disk hash table used in the method pool.
3535 // FIXME: We need to build the lookups table, which is logically const.
3537 assert(DC == DC->getPrimaryContext() && "only primary DC has lookup table");
3539 // Create the on-disk hash table representation.
3545 table, and to collect them in a stable
3662 // Now we need to insert the results for each name into the hash table. For
3699 // Create the on-disk hash table. Also emit the existing imported and
3700 // merged table if there is one.
3702 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr);
3769 // IdentifierInfo chains, don't bother to build a visible-declarations table.
3783 // Create the on-disk hash table in a buffer.
3787 // Write the lookup table
3806 // Create the on-disk hash table in a buffer.
3815 // Write the lookup table
4050 /// within the identifier table.
4060 /// within the method pool/selector table.
4216 // entire table, since later PCH files in a PCH chain are only interested in
5692 // surprise when we try to emit its lookup table.