Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Table

1074 // Trait used for the on-disk hash table of stat cache results.
1119 // Build the on-disk hash table containing information about every
1130 // Create the on-disk hash table in a buffer.
1218 // Trait used for the on-disk hash table of header search information.
1342 // Create the on-disk hash table in a buffer.
1362 // Write the header search table
1379 /// TODO: We should probably use an on-disk hash table (stored in a
1398 // Write out the source location entry table. We skip the first
1508 // Write the source-location offsets table into the AST block. This
1509 // table is used for lazily loading source-location information.
1540 // Write the line table. It depends on remapping working, so it must come
1799 // Write the offsets table for the preprocessing record.
1803 // Write the offsets table for identifier IDs.
1859 // Write the base specifier offsets table.
1979 // Trait used for the on-disk hash table used in the method pool.
2065 /// in an on-disk hash table indexed by the selector. The hash table also
2079 // Create the on-disk hash table representation. We walk through every
2120 // Create the on-disk hash table in a buffer.
2146 // Create a blob abbreviation for the selector table offsets.
2154 // Write the selector offsets table.
2187 // Identifier Table Serialization
2198 /// table.
2302 /// \brief Write the identifier table into the AST file.
2304 /// The identifier table consists of a blob containing string data
2318 // table to enable checking of the predefines buffer in the case
2326 // Create the on-disk hash table representation. We only store offsets
2332 assert(ID->first && "NULL identifier in identifier table");
2338 // Create the on-disk hash table in a buffer.
2356 // Write the identifier table
2363 // Write the offsets table for identifier IDs.
2380 // DeclContext's Name Lookup Table Serialization
2384 // Trait used for the on-disk hash table used in the method pool.
2508 // build a visible-declarations table for these entities.
2513 // IdentifierInfo chains, don't bother to build a visible-declarations table.
2515 // friend declarations, is there a way to do this without writing the table ?
2519 // Force the DeclContext to build a its name-lookup table.
2536 // Create the on-disk hash table representation.
2568 // Create the on-disk hash table in a buffer.
2578 // Write the lookup table
2603 // Create the hash table.
2608 // For any name that appears in this table, the results are complete, i.e.
2614 // Create the on-disk hash table in a buffer.
2624 // Write the lookup table
2687 /// within the identifier table.
2697 /// within the method pool/selector table.
2786 IdentifierTable &Table = PP.getIdentifierTable();
2791 getIdentifierRef(&Table.get(BuiltinNames[I]));
2811 // entire table, since later PCH files in a PCH chain are only interested in