Home | History | Annotate | Download | only in pydir

Lines Matching refs:hybrid

223     """Create a hybrid translation from Subzero and llc.
225 Takes a finalized pexe and builds a native executable as a hybrid of Subzero
289 obj_partial = obj_sz # overridden for hybrid mode
304 hybrid = args.include or args.exclude
313 if hybrid and (args.force or
322 # Only run pnacl-translate in hybrid mode.
349 # Run pnacl-sz regardless of hybrid mode.
358 '-fdata-sections'] if hybrid else []) +
385 if hybrid:
390 if hybrid:
453 # Run the linker regardless of hybrid mode.
468 if args.verbose and hybrid: