Get the list of trap records for this code.
(&self)
| 1945 | |
| 1946 | /// Get the list of trap records for this code. |
| 1947 | pub fn traps(&self) -> &[MachTrap] { |
| 1948 | &self.traps[..] |
| 1949 | } |
| 1950 | |
| 1951 | /// Get the user stack map metadata for this code. |
| 1952 | pub fn user_stack_maps(&self) -> &[(CodeOffset, u32, ir::UserStackMap)] { |
no outgoing calls
no test coverage detected