Home | History | Annotate | Download | only in MC

Lines Matching defs:Range

453   // If the line increment is out of range of a special opcode, we must encode
688 // to the address range list for this compilation unit.
794 // .debug_ranges section. We only emit one range list, which spans all of the
817 // Emit a range list entry spanning this section
1179 // range-start range-length compact-unwind-enc personality-func lsda
1209 // Range Start
1214 // Range Length
1215 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin,
1217 emitAbsValue(Streamer, Range, 4);
1406 // PC Range
1407 const MCExpr *Range =
1409 emitAbsValue(Streamer, Range, PCSize);