Lines Matching refs:Table
222 // Delete all of the method arguments and unlink from symbol table...
226 // Remove the function from the on-the-side GC table.
299 // Maintain the GC name for each function in an on-the-side table. This saves
395 static const char * const Table[] = {
402 return Table[id];
403 std::string Result(Table[id]);
564 // Check to see if the intrinsic's type was expressible by the table.
579 // into a single word in the table itself, decode it now.
589 // Okay, decode the table into the output vector of IITDescriptors.
642 SmallVector<IITDescriptor, 8> Table;
643 getIntrinsicInfoTableEntries(id, Table);
645 ArrayRef<IITDescriptor> TableRef = Table;