Lines Matching refs:Table
284 // Delete all of the method arguments and unlink from symbol table...
288 // Remove the function from the on-the-side GC table.
365 // Metadata is stored in a side-table.
456 /// Table of string intrinsic names indexed by enum value.
750 // Check to see if the intrinsic's type was expressible by the table.
765 // into a single word in the table itself, decode it now.
775 // Okay, decode the table into the output vector of IITDescriptors.
863 SmallVector<IITDescriptor, 8> Table;
864 getIntrinsicInfoTableEntries(id, Table);
866 ArrayRef<IITDescriptor> TableRef = Table;
972 assert(D.getArgumentNumber() == ArgTys.size() && "Table consistency error");
1090 SmallVector<Intrinsic::IITDescriptor, 8> Table;
1091 getIntrinsicInfoTableEntries(ID, Table);
1092 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table;