Lines Matching defs:Table
833 MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(CUID);
834 unsigned NumFiles = Table.getMCDwarfFiles().size();
835 FileNo = Table.getFile(Directory, Filename, FileNo);
838 if (NumFiles == Table.getMCDwarfFiles().size())
904 // Always use the zeroth line table, since asm syntax only supports one line
905 // table for now.
1312 // Emit the label for the line table, if requested - since the rest of the
1313 // line table will be defined by .loc/.file directives, and not emitted
1317 assert(Tables.size() == 1 && "asm output only supports one line table");