Lines Matching defs:table
1746 // Loop over the symbol table, emitting all named constants.
2036 /// printSymbolTable - Run through symbol table looking for type names. If a
3171 // Grab the translation table from MCAsmInfo if it exists.
3183 const char *const *table = TargetAsm->getAsmCBE();
3185 // Search the translation table if it exists.
3186 for (int i = 0; table && table[i]; i += 2)
3187 if (c.Codes[0] == table[i]) {
3189 return table[i+1];