Get a list of source location mapping tuples in sorted-by-start-offset order.
(&self)
| 1884 | impl<T: CompilePhase> MachBufferFinalized<T> { |
| 1885 | /// Get a list of source location mapping tuples in sorted-by-start-offset order. |
| 1886 | pub fn get_srclocs_sorted(&self) -> &[T::MachSrcLocType] { |
| 1887 | &self.srclocs[..] |
| 1888 | } |
| 1889 | |
| 1890 | /// Get all debug tags, sorted by associated offset. |
| 1891 | pub fn debug_tags(&self) -> impl Iterator<Item = MachBufferDebugTagList<'_>> { |