Returns the list of relative source locations for this function.
(&self)
| 367 | |
| 368 | /// Returns the list of relative source locations for this function. |
| 369 | pub(crate) fn rel_srclocs(&self) -> &SecondaryMap<Inst, RelSourceLoc> { |
| 370 | &self.srclocs |
| 371 | } |
| 372 | } |
| 373 | |
| 374 | /// Functions can be cloned, but it is not a very fast operation. |
no outgoing calls
no test coverage detected