Searched refs:wrap_static_fns (Results 1 – 7 of 7) sorted by relevance
358 wrap_static_fns: bool, field490 wrap_static_fns, in builder_from_flags()999 if wrap_static_fns { in builder_from_flags()1000 builder = builder.wrap_static_fns(true); in builder_from_flags()
126 .wrap_static_fns(true) in run_boringssl()
689 !context.options().wrap_static_fns in parse()699 if context.options().wrap_static_fns && in parse()
226 .wrap_static_fns(true) in setup_wrap_static_fns_test()
662 if self.options.wrap_static_fns { in command_line_flags()1814 pub fn wrap_static_fns(mut self, doit: bool) -> Self { in wrap_static_fns() method1815 self.options.wrap_static_fns = doit; in wrap_static_fns()2177 wrap_static_fns: bool, field2374 wrap_static_fns, in default()
732 .wrap_static_fns(true) in test_wrap_static_fns()
4033 if ctx.options().wrap_static_fns { in codegen()4170 if is_internal && ctx.options().wrap_static_fns && !has_link_name_attr { in codegen()