Searched refs:StackMapSection (Results 1 – 3 of 3) sorted by relevance
4 struct StackMapSection<'a> { struct10 impl<'a> StackMapSection<'a> { impl11 fn parse(section: &'a [u8]) -> Option<StackMapSection<'a>> { in parse()22 Some(StackMapSection { in parse()77 StackMapSection::parse(section)?.lookup(pc) in lookup()89 Some(StackMapSection::parse(section)?.into_iter()) in iter()
73 pub struct StackMapSection { struct80 impl StackMapSection { argument163 let mut section = StackMapSection::default(); in roundtrip()
40 ModulePC, ModuleTranslation, ModuleTypesBuilder, PtrSize, StackMapSection, StaticModuleIndex,496 let mut stack_maps = StackMapSection::default(); in append_code()1579 section: &mut StackMapSection, in clif_to_env_stack_maps() argument