Get the user stack map metadata for this code.
(&self)
| 1950 | |
| 1951 | /// Get the user stack map metadata for this code. |
| 1952 | pub fn user_stack_maps(&self) -> &[(CodeOffset, u32, ir::UserStackMap)] { |
| 1953 | &self.user_stack_maps |
| 1954 | } |
| 1955 | |
| 1956 | /// Take this buffer's user stack map metadata. |
| 1957 | pub fn take_user_stack_maps(&mut self) -> SmallVec<[(CodeOffset, u32, ir::UserStackMap); 8]> { |