Lines Matching refs:Line
36 // First special line opcode - leave room for the standard opcodes.
41 // Minimum line offset in a special line info. opcode. This value
45 // Range of line offsets in a special line info. opcode.
67 // a line entry made for it is made.
73 // Create a symbol at in the current section for use in the line entry.
81 // Create a (local) line entry with the symbol and the current .loc info.
93 // Create a new MCLineSection. This will be deleted after the dwarf line
101 // Add the line entry to this section's entries.
127 // This emits the Dwarf line table for the specified section from the entries
140 // Loop through each MCLineEntry and encode the dwarf line number table.
175 // line numbers and the increment of the address from the previous Label
188 // and use INT64_MAX as the line delta which is the signal that this is
200 // Switch back the the dwarf line section.
209 // This emits the Dwarf file and the line tables.
292 // Put out the line tables.
301 const MCLineSection *Line = MCLineSections.lookup(Sec);
302 EmitDwarfLineTable(MCOS, Sec, Line);
305 // and used to emit the line table.
306 delete Line;
369 // Bias the line delta by the base.
372 // If the line increment is out of range of a special opcode, we must encode
386 // Use DW_LNS_copy instead of a "line +0, addr +0" special opcode.