Lines Matching refs:Line
35 // First special line opcode - leave room for the standard opcodes.
40 // Minimum line offset in a special line info. opcode. This value
44 // Range of line offsets in a special line info. opcode.
66 // a line entry made for it is made.
72 // Create a symbol at in the current section for use in the line entry.
80 // Create a (local) line entry with the symbol and the current .loc info.
92 // Create a new MCLineSection. This will be deleted after the dwarf line
100 // Add the line entry to this section's entries.
126 // This emits the Dwarf line table for the specified section from the entries
139 // Loop through each MCLineEntry and encode the dwarf line number table.
174 // line numbers and the increment of the address from the previous Label
187 // and use INT64_MAX as the line delta which is the signal that this is
199 // Switch back the the dwarf line section.
208 // This emits the Dwarf file and the line tables.
291 // Put out the line tables.
300 const MCLineSection *Line = MCLineSections.lookup(Sec);
301 EmitDwarfLineTable(MCOS, Sec, Line);
304 // and used to emit the line table.
305 delete Line;
368 // Bias the line delta by the base.
371 // If the line increment is out of range of a special opcode, we must encode
385 // Use DW_LNS_copy instead of a "line +0, addr +0" special opcode.